Skip to content

Commit

Permalink
Update Dockerfile publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckechney committed Jan 24, 2024
1 parent 26058ff commit b81ce0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR "/SqlBuildManager.Console"
FROM build AS publish
RUN dotnet clean --configuration Release -f net8.0
RUN dotnet nuget locals all --clear
RUN dotnet publish "sbm.csproj" --configuration Release -f net8.0 -o /app/publish --self-contained
RUN dotnet publish sbm.csproj --configuration Release -f net8.0 -o /app/publish --self-contained

FROM base AS final
WORKDIR /app
Expand Down

0 comments on commit b81ce0a

Please sign in to comment.