feat: 更新机制改为 docker pull 镜像仓库方案,移除 git clone + build

This commit is contained in:
2026-05-25 00:24:12 +08:00
parent 54d97fc5a1
commit d9601fa24d
2 changed files with 42 additions and 45 deletions
+1
View File
@@ -47,6 +47,7 @@ COPY --from=builder /app/.next/static ./.next/static
COPY --from=builder /app/config.json ./
COPY --from=builder /app/.version ./
COPY --from=builder /app/.env ./
COPY --from=builder /app/docker-compose.yml ./
# 给 nextjs 用户授权整个目录
RUN chown -R nextjs:nodejs /app