2025-06-19 20:34:58 +08:00
|
|
|
# 普通镜像构建,随系统版本构建 amd/arm
|
2025-07-08 15:44:31 +08:00
|
|
|
docker build -t smile/group-buying-sys-app -f ./Dockerfile .
|
2025-06-19 20:34:58 +08:00
|
|
|
|
|
|
|
# 兼容 amd、arm 构建镜像
|
|
|
|
# docker buildx build --load --platform liunx/amd64,linux/arm64 -t xiaofuge/xfg-frame-archetype-app:1.0 -f ./Dockerfile . --push
|