diff --git a/go.sh b/go.sh index 3985c52..ffa6501 100644 --- a/go.sh +++ b/go.sh @@ -1,3 +1,5 @@ docker compose build +if [ "$?" != "0" ]; then exit 1; fi + docker compose down docker compose up -d \ No newline at end of file