ARG IMAGE=git.kis.fr:5050/rd-kis/dockerregistry/armhf/aspnet:5.0
FROM $IMAGE
LABEL company="Kis SAS"
LABEL description="This package installs the service-telemetry that handles the application telemetry"

WORKDIR /app
COPY publish/ .
ENTRYPOINT [ "dotnet", "service-telemetry-app.dll" ]