Skip to content

Commit 348cac9

Browse files
committed
Fix Docker image healthcheck
1 parent 5177675 commit 348cac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY --chmod=755 --chown=mssql ./scripts /usr/src/app/scripts
3131
CMD ["/bin/bash", "./scripts/entrypoint.sh"]
3232

3333
HEALTHCHECK --interval=5s --timeout=5s --start-period=30s --retries=30 \
34-
CMD /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P "$SA_PASSWORD" -Q "SELECT 1"
34+
CMD /opt/mssql-tools18/bin/sqlcmd -C -S localhost -U sa -P "$SA_PASSWORD" -Q "SELECT 1"
3535

3636
USER mssql
3737

0 commit comments

Comments
 (0)