We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7e25c commit 8c057bcCopy full SHA for 8c057bc
go.sh
@@ -1,3 +1,5 @@
1
docker compose build
2
+if [ "$?" != "0" ]; then exit 1; fi
3
+
4
docker compose down
5
docker compose up -d
0 commit comments