7 lines
131 B
Bash
Raw Normal View History

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