From 980824ab6eea2c4d12b70ef83db283e402a07121 Mon Sep 17 00:00:00 2001 From: Muka Schultze Date: Wed, 7 Apr 2021 19:14:36 -0300 Subject: [PATCH] docker: do not copy MultiCompiled.dll from host --- ServerProject-DONT-IMPORT-INTO-UNITY/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ServerProject-DONT-IMPORT-INTO-UNITY/Dockerfile b/ServerProject-DONT-IMPORT-INTO-UNITY/Dockerfile index 0cf2e8b..20594cd 100644 --- a/ServerProject-DONT-IMPORT-INTO-UNITY/Dockerfile +++ b/ServerProject-DONT-IMPORT-INTO-UNITY/Dockerfile @@ -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" ] \ No newline at end of file