fixed line ending in entrypoint

This commit is contained in:
Hadis-Fard 2017-07-31 17:08:32 -07:00
parent 60a08bc969
commit a995aafa99

View file

@ -1,11 +1,11 @@
#!bin/bash #!bin/bash
set -e set -e
$test = "sqlcmd -S sql -U sa -P Password123" $test = "sqlcmd -S sql -U sa -P Password123"
until $test; do until $test; do
>&2 echo "SQL Server is starting up. Running initial db configuration" >&2 echo "SQL Server is starting up. Running initial db configuration"
sleep 1 sleep 1
done done
echo "SQL Server is up - starting app" echo "SQL Server is up - starting app"