Skip to content

Commit 245b1b7

Browse files
author
github-actions
committed
Merge remote-tracking branch 'upstream/main'
2 parents bca2882 + 3823951 commit 245b1b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/accountingservice/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ RUN dotnet build "./AccountingService.csproj" -r linux-musl-$TARGETARCH -c $BUIL
1515
# -----------------------------------------------------------------------------
1616

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

2221
# -----------------------------------------------------------------------------
2322

0 commit comments

Comments
 (0)