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 1e3548c commit c479ffaCopy full SHA for c479ffa
src/BootstrapBlazor.Server/Dockerfile
@@ -11,7 +11,6 @@ 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