Skip to content

Commit f24f1f8

Browse files
committed
chore: 增加 build 脚本
1 parent c479ffa commit f24f1f8

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)