diff --git a/Dockerfile b/Dockerfile index a83c142..51c1ee2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM gitea/gitea:latest # 拷贝预设工作流模板到容器内仓库模板目录 COPY ./workflow_template/.gitea /data/gitea/templates/repo/.gitea + # ==================== 第一阶段:构建前端 ==================== FROM node:18-alpine AS builder