init.sh 131 Bytes
Newer Older
1 2
#!/bin/sh

3
echo "Waiting for mssql to start up..."
4 5 6
bash ./dev/docker-common/wait.sh db:1433
echo "=== READY ==="
tail -f /dev/null