From 8732f0614c37077a5a508b1976da223153cce1fc Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 23:44:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0openresty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 0ae11cf..bf31671 100644 --- a/build +++ b/build @@ -1 +1 @@ -git pull && docker build . -t test:1.0 --no-cache +git reset --hard && git pull && chmod +x build && docker build . -t test:1.0 --no-cache