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