ARG IMAGE=git.kis.fr:5050/rd-kis/dockerregistry/armhf/aspnet:5.0
FROM $IMAGE
LABEL company="Kis SAS"
LABEL description="This images installs the service-hotfolder that allows to send data through SMS or email or other remote services"

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