git clone https://gitee.com/cuiyili/openresty.git || exit 1 docker build -t openresty:proxy_cache . -f openresty/Dockerfile
+rm -rf openresty
How about move the 'rm' step at the before of 'docker build'?
docker build need openrestry/Dockerfile, this file come from git clone https://gitee.com/cuiyili/openresty.git, you mean move before of git clone? it looks not make any difference.
Thanks, Yinsi
Thanks Yu Chuan
-- 2.23.0