diff --git a/Dockerfile b/Dockerfile index 2eda509..a83c142 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ FROM gitea/gitea:latest - # 拷贝预设工作流模板到容器内仓库模板目录 COPY ./workflow_template/.gitea /data/gitea/templates/repo/.gitea # ==================== 第一阶段:构建前端 ====================