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

@@ -88,7 +88,7 @@ build_base() {
# 构建应用镜像
build_app() {
echo ">>> Building app image (code only)..."
docker build -f Dockerfile.app -t aether-app:latest .
docker build -f Dockerfile.app.local -t aether-app:latest .
save_code_hash
}