mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-02 15:52:26 +08:00
refactor: 优化 Docker 构建流程,分离 CI/本地开发镜像配置
This commit is contained in:
@@ -81,7 +81,7 @@ save_migration_hash() { calc_migration_hash > "$MIGRATION_HASH_FILE"; }
|
||||
# 构建基础镜像
|
||||
build_base() {
|
||||
echo ">>> Building base image (dependencies)..."
|
||||
docker build -f Dockerfile.base -t aether-base:latest .
|
||||
docker build -f Dockerfile.base.local -t aether-base:latest .
|
||||
save_deps_hash
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user