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 b65bd25 commit 62ae72aCopy full SHA for 62ae72a
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