wiki/dev/docker-mssql/init.sh

8 lines
185 B
Bash
Raw Normal View History

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