Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

Commit 980824a

Browse files
committed
docker: do not copy MultiCompiled.dll from host
1 parent e952c45 commit 980824a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ServerProject-DONT-IMPORT-INTO-UNITY/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUN dotnet publish \
1010
FROM mcr.microsoft.com/dotnet/runtime:5.0-alpine
1111
WORKDIR /lrm
1212
COPY --from=builder /build/ .
13-
COPY ./MultiCompiled.dll .
1413
ENV LRM_CONFIG_PATH="/config/config.json"
1514
CMD [ "./LRM" ]
1615
ENTRYPOINT [ "./LRM" ]

0 commit comments

Comments
 (0)