Skip to content

Commit

Permalink
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
Browse files Browse the repository at this point in the history
  • Loading branch information
C9Glax committed Sep 16, 2024
2 parents c36204c + 7c18466 commit 96e2845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96e2845

Please sign in to comment.