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