Skip to content

Commit

Permalink
removing RID for github?
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckechney committed Jan 24, 2024
1 parent f2c5bd8 commit 26058ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ WORKDIR "/SqlBuildManager.Console"


FROM build AS publish
RUN dotnet clean --configuration Release -f net8.0 -r linux-x64
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 -r linux-x64 --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 26058ff

Please sign in to comment.