feat: add Dockerfile.app.local for China mirror support

This commit is contained in:
fawney19
2025-12-19 16:20:02 +08:00
parent 7f07122aea
commit 6aa1876955
6 changed files with 138 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
# 运行镜像:从 base 提取产物到精简运行时
# 构建命令: docker build -f Dockerfile.app -t aether-app:latest .
# 代码变更只需重建此镜像,无需重建 base
# 用于 GitHub Actions CI官方源
FROM aether-base:latest AS builder
WORKDIR /app