dockerfile

This commit is contained in:
2026-05-22 13:14:33 +08:00
parent 8f7c25c5e0
commit 70c9ced4ff

View File

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