There was an error while loading. Please reload this page.
1 parent b103294 commit e51a6c7Copy full SHA for e51a6c7
1 file changed
docker/nginx/buildx.sh
@@ -8,5 +8,9 @@ docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.24.0-a
8
docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.24.0 --push -f Dockerfile .
9
10
# 本地构建镜像并且测试
11
-#COMPOSE_BAKE=true docker-compose build httpsok-nginx-alpine
+# COMPOSE_BAKE=true docker-compose build httpsok-nginx-alpine
12
+# docker-compose up httpsok-nginx-alpine
13
+
14
+# COMPOSE_BAKE=true docker-compose build httpsok-nginx
15
+# docker-compose up httpsok-nginx
16
0 commit comments