diff --git a/ServerProject-DONT-IMPORT-INTO-UNITY/Dockerfile b/ServerProject-DONT-IMPORT-INTO-UNITY/Dockerfile index 99e3b54..151629c 100644 --- a/ServerProject-DONT-IMPORT-INTO-UNITY/Dockerfile +++ b/ServerProject-DONT-IMPORT-INTO-UNITY/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS builder WORKDIR /lrm COPY . . -ARG BUILD_MODE="Debug" +ARG BUILD_MODE="Release" RUN dotnet publish \ --output /build/ \ --configuration $BUILD_MODE \