wikijs-fork/dev/docker/init.sh

8 lines
174 B
Bash
Raw Normal View History

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