docker: do not copy MultiCompiled.dll from host

This commit is contained in:
Muka Schultze 2021-04-07 19:14:36 -03:00
parent e952c45c28
commit 980824ab6e

View file

@ -10,7 +10,6 @@ RUN dotnet publish \
FROM mcr.microsoft.com/dotnet/runtime:5.0-alpine
WORKDIR /lrm
COPY --from=builder /build/ .
COPY ./MultiCompiled.dll .
ENV LRM_CONFIG_PATH="/config/config.json"
CMD [ "./LRM" ]
ENTRYPOINT [ "./LRM" ]