dockerfile
Some checks failed
全局K3s部署 / deploy (push) Failing after 2s

This commit is contained in:
2026-05-22 14:13:52 +08:00
parent d3322323ac
commit 3b1e6ac061

View File

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