[BugFix] fix allin1 health check cmd (backport #63686) (#63705)

Signed-off-by: Kevin Cai <kevin.cai@celerdata.com>
Co-authored-by: Kevin Cai <caixiaohua@starrocks.com>
This commit is contained in:
mergify[bot] 2025-09-29 19:20:47 +08:00 committed by GitHub
parent 0ac235494a
commit d03fa2df70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,5 +57,5 @@ RUN cat be.conf >> $DEPLOYDIR/starrocks/be/conf/be.conf && \
rm -f be.conf fe.conf && \
mkdir -p $DEPLOYDIR/starrocks/fe/meta $DEPLOYDIR/starrocks/be/storage && touch /.dockerenv
HEALTHCHECK --interval=30s --timeout=15s --start-period=30s ./health_check.sh
HEALTHCHECK --interval=30s --timeout=15s --start-period=30s CMD ./health_check.sh
CMD ./entrypoint.sh