Skip to content

Commit f77151e

Browse files
committed
Fix health check command
1 parent 25275aa commit f77151e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/release.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ RUN pip install --upgrade pip \
3333
USER ${USERNAME}
3434
WORKDIR /home/${USERNAME}
3535

36-
HEALTHCHECK --interval=180s --timeout=5s CMD [ "sonar-tools" ]
36+
HEALTHCHECK --interval=180s --timeout=5s CMD [ "sonar-tools-help" ]
3737

38-
CMD [ "sonar-tools" ]
38+
CMD [ "sonar-tools-help" ]

0 commit comments

Comments
 (0)