Skip to content

Commit

Permalink
--verbosity diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
vonProteus committed Aug 31, 2024
1 parent f2437f5 commit dabb60b
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 @@ -19,7 +19,7 @@ COPY Tranga/Tranga.csproj /src/Tranga/Tranga.csproj
RUN dotnet restore /src/Tranga.sln

COPY . /src/
RUN dotnet publish -c Release -o /publish --verbosity detailed --no-restore
RUN dotnet publish -c Release -o /publish --verbosity diagnostic

FROM base AS runtime
EXPOSE 6531
Expand Down

0 comments on commit dabb60b

Please sign in to comment.