staging #23

Merged
hy merged 38 commits from staging into master 2025-10-14 11:13:16 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bf49072325 - Show all commits

View File

@ -23,7 +23,7 @@ RUN pnpm config set registry https://registry.npmmirror.com/
RUN pnpm i --fetch-timeout 300000
# 构建项目
RUN pnpm build:prod
RUN pnpm build
# 部署阶段
FROM m.daocloud.io/docker.io/library/nginx:alpine