Skip to content

Commit

Permalink
Update src/accountingservice/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Martyn <[email protected]>
  • Loading branch information
julianocosta89 and MMartyn authored Dec 2, 2024
1 parent 029b0d7 commit e7c528d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/accountingservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN dotnet build "./AccountingService.csproj" -r linux-musl-$TARGETARCH -c $BUIL
# -----------------------------------------------------------------------------

FROM builder AS publish
ARG TARGETARCH
ARG BUILD_CONFIGURATION=Release
RUN dotnet publish "./AccountingService.csproj" -r linux-musl-$TARGETARCH --use-current-runtime -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false

Expand Down

0 comments on commit e7c528d

Please sign in to comment.