some prepwork

This commit is contained in:
rootdarkarchon
2024-03-31 13:46:24 +02:00
parent fd84d47007
commit 4732c62d20
5 changed files with 225 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ COPY MareSynchronosServer/MareSynchronosServices /server/MareSynchronosServer/Ma
WORKDIR /server/MareSynchronosServer/MareSynchronosServices/
RUN dotnet publish \
--configuration=Release \
--configuration=Debug \
--os=linux \
--output=/build \
MareSynchronosServices.csproj