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 9d535d4 commit 9b8594fCopy full SHA for 9b8594f
start.sh
@@ -1,7 +1,7 @@
1
SSR_PATH=/opt/sqlbot/g2-ssr
2
APP_PATH=/opt/sqlbot/app
3
4
-/usr/local/bin/docker-entrypoint.sh postgres
+/usr/local/bin/docker-entrypoint.sh postgres &
5
sleep 5
6
wait-for-it 127.0.0.1:5432 --timeout=120 --strict -- echo -e "\033[1;32mPostgreSQL started.\033[0m"
7
0 commit comments