Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge

This commit is contained in:
Glax 2024-09-16 23:09:43 +02:00
commit cda07bb9aa

View File

@ -20,7 +20,7 @@ COPY Tranga/Tranga.csproj /src/Tranga/Tranga.csproj
RUN dotnet restore /src/Tranga.sln
COPY . /src/
RUN dotnet publish -c Release -o /publish -maxcpucount:1
RUN dotnet publish -c Release --property:OutputPath=/publish -maxcpucount:1
FROM base AS runtime
EXPOSE 6531