We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5636b91 commit 4dda375Copy full SHA for 4dda375
TemplateService/Dockerfile
@@ -23,7 +23,7 @@ RUN dotnet restore "$SOLUTION_NAME.sln" \
23
RUN dotnet build "$SOLUTION_NAME.sln" -c Release -o /app/build --no-restore
24
25
FROM build AS publish
26
-RUN dotnet publish "$SOLUTION_NAME.sln" -c Release -o /app/publish
+RUN dotnet publish "$SOLUTION_NAME.sln" -c Release -o /app/publish --self-contained -r linux-x64
27
28
FROM base AS final
29
WORKDIR /app
0 commit comments