docker: do not copy MultiCompiled.dll from host
This commit is contained in:
parent
e952c45c28
commit
980824ab6e
1 changed files with 0 additions and 1 deletions
|
|
@ -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" ]
|
||||
Loading…
Reference in a new issue