ARG IMAGE=git.kis.fr:5050/rd-kis/dockerregistry/armhf/aspnet:5.0
FROM $IMAGE
LABEL company="Kis SAS"
LABEL description="This image will handle the laundry machine management through the serial port and relay boards"

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