diff --git a/build.sh b/build.sh index 1a811ce..720fafd 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #!/bin/bash git pull -sudo docker build -t containerized-monitoring:latest -f Dockerfile . +sudo docker build --pull --no-cache -t containerized-monitoring:latest -f Dockerfile .