[BugFix] fix allin1 health check cmd (#63686)
Signed-off-by: Kevin Cai <kevin.cai@celerdata.com>
This commit is contained in:
parent
feab1f6365
commit
d10eae9d79
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue