diff --git a/ServerProject-DONT-IMPORT-INTO-UNITY/Dockerfile b/Dockerfile similarity index 95% rename from ServerProject-DONT-IMPORT-INTO-UNITY/Dockerfile rename to Dockerfile index 7bd4913..26c6d01 100644 --- a/ServerProject-DONT-IMPORT-INTO-UNITY/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS builder -WORKDIR /lrm +WORKDIR /ServerProject-DONT-IMPORT-INTO-UNITY/lrm COPY . . ARG BUILD_MODE="Release" RUN dotnet publish \