diff --git a/entrypoint.sh b/entrypoint.sh index ebe17d5f..318b2611 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,5 @@ set -e - + testConnection="/opt/mssql-tools/bin/sqlcmd -S sql -U sa -P Password123" until $testConnection; do