@@ -3,4 +3,4 @@
ver=$(date +%y%m%d%H%M)
export DOCKER_BUILDKIT=1
-docker build . -f docker/Dockerfile-with-nginx -target=nginx -t registry.cn-hangzhou.aliyuncs.com/tuon-pub/nginx-with-ui:$ver
+docker build . -f docker/Dockerfile-with-nginx --target=nginx -t registry.cn-hangzhou.aliyuncs.com/tuon-pub/nginx-with-ui:$ver
@@ -2,4 +2,4 @@
dos2unix docker/entrypoint.sh
chmod +x *.sh
-docker build . -f docker/Dockerfile -target=nginxUI -t registry.cn-hangzhou.aliyuncs.com/tuon-pub/nginx-ui:latest
+docker build . -f docker/Dockerfile --target=nginxUI -t registry.cn-hangzhou.aliyuncs.com/tuon-pub/nginx-ui:latest