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.
2 parents 3c7e25c + 8c057bc commit 5244b68Copy full SHA for 5244b68
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