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

7 lines
134 B
Bash
Raw Normal View History

2019-02-10 00:10:34 +00:00
#!/bin/sh
echo "Waiting for redis to start up..."
bash ./dev/docker-common/wait.sh redis:6379
echo "=== READY ==="
tail -f /dev/null