mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 17:58:13 -05:00
优化docker buildx build
This commit is contained in:
parent
b6f9c29e81
commit
50e1c9ab47
@ -81,8 +81,8 @@ docker-compose up -d
|
||||
|
||||
### 支付宝扫码捐赠
|
||||
|
||||
![支付宝扫码捐赠](https://github.com/xiaoxinpro/xxjzWeb/blob/master/Public/Home/i/alipay.png)
|
||||
![支付宝扫码捐赠](https://image.xiaoxin.pro/2022/05/16/1f1a5f025c13c.png)
|
||||
|
||||
### 微信扫描捐赠
|
||||
|
||||
![微信扫描捐赠](https://github.com/xiaoxinpro/xxjzWeb/blob/master/Public/Home/i/wechat.png)
|
||||
![微信扫描捐赠](https://image.xiaoxin.pro/2022/05/16/9c9906b102b29.png)
|
||||
|
@ -9,12 +9,7 @@ cd "${DIR}/.."
|
||||
docker buildx create --name "Buildx-NPM" || echo
|
||||
docker buildx use "Buildx-NPM"
|
||||
|
||||
docker buildx build \
|
||||
-t chishin/nginx-proxy-manager-zh:2.9.18 \
|
||||
-f docker/Dockerfile-zh \
|
||||
--platform linux/amd64,linux/arm64,linux/arm/7 \
|
||||
--progress plain \
|
||||
. --push
|
||||
docker buildx build -f docker/Dockerfile-zh -t "chishin/nginx-proxy-manager-zh:2.9.18" --platform linux/amd64,linux/arm64,linux/arm/7 . --push
|
||||
|
||||
docker buildx rm "Buildx-NPM"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user