Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Dec 30, 2024
1 parent a3f5528 commit 8101159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ COPY . .
RUN dotnet publish my-sample-app.csproj \
-a $TARGETARCH \
-c release \
--no-restore \
-o /my-sample-app \
--self-contained true \
-p:PublishTrimmed=true \
Expand Down

0 comments on commit 8101159

Please sign in to comment.