We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c424797 commit 183162aCopy full SHA for 183162a
db/initdbs.sh
@@ -1,2 +1,2 @@
1
sleep 90s
2
-/opt/mssql-tools18/bin/sqlcmd -C -S localhost -U sa -P Resgrid123!! -d master -i create-databases.sql
+/opt/mssql-tools/bin/sqlcmd -C -S localhost -U sa -P Resgrid123!! -d master -i create-databases.sql
db/run-initialization.sh
@@ -3,4 +3,4 @@ sleep 90s
3
4
# Run the setup script to create the DB and the schema in the DB
5
# Note: make sure that your password matches what is in the Dockerfile
6
-/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P Resgrid123! -d master -i create-database.sql
+/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P Resgrid123! -d master -i create-database.sql
0 commit comments