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

Signed-off-by: Kevin Cai <kevin.cai@celerdata.com>
This commit is contained in:
Kevin Cai 2025-09-29 19:09:24 +08:00 committed by GitHub
parent feab1f6365
commit d10eae9d79
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