We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bca2882 + 3823951 commit 245b1b7Copy full SHA for 245b1b7
src/accountingservice/Dockerfile
@@ -15,9 +15,8 @@ RUN dotnet build "./AccountingService.csproj" -r linux-musl-$TARGETARCH -c $BUIL
15
# -----------------------------------------------------------------------------
16
17
FROM builder AS publish
18
-ARG TARGETARCH
19
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
+RUN dotnet publish "./AccountingService.csproj" --use-current-runtime -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
21
22
23
0 commit comments