Fix healthcheck.

This commit is contained in:
Sam Rose 2025-02-26 15:56:32 +00:00
parent 9076d847c1
commit 82e32b3db8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export async function getDatasource(): Promise<Datasource> {
}) })
.withWaitStrategy( .withWaitStrategy(
Wait.forSuccessfulCommand( Wait.forSuccessfulCommand(
"/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P Password_123 -q 'SELECT 1'" "/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P Password_123 -q 'SELECT 1'"
).withStartupTimeout(20000) ).withStartupTimeout(20000)
) )
) )