Skip to content

Commit 62ae72a

Browse files
committed
chore: 更新 Dockerfile
1 parent b65bd25 commit 62ae72a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BootstrapBlazor.Server/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ COPY . .
1111

1212
WORKDIR "src/BootstrapBlazor.Server"
1313
FROM build AS publish
14+
RUN dotnet build
1415
RUN dotnet publish -c Release -o /app
1516

1617
FROM base AS final

0 commit comments

Comments
 (0)