wikijs-fork/dev/docker-postgres/init.sh

7 lines
134 B
Bash
Raw Normal View History

2018-12-09 01:51:55 +00:00
#!/bin/sh
echo "Waiting for postgres to start up..."
2019-02-10 00:10:34 +00:00
bash ./dev/docker-common/wait.sh db:5432
2018-12-09 01:51:55 +00:00
echo "=== READY ==="
tail -f /dev/null