We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c479ffa commit f24f1f8Copy full SHA for f24f1f8
src/BootstrapBlazor.Server/Dockerfile
@@ -11,6 +11,7 @@ COPY . .
11
12
WORKDIR "src/BootstrapBlazor.Server"
13
FROM build AS publish
14
+RUN dotnet build
15
RUN dotnet publish -c Release -o /app
16
17
FROM base AS final
0 commit comments