diff --git a/docker/dockerfiles/allin1/allin1-ubuntu.Dockerfile b/docker/dockerfiles/allin1/allin1-ubuntu.Dockerfile index 7c24c67185f..79292d207a6 100644 --- a/docker/dockerfiles/allin1/allin1-ubuntu.Dockerfile +++ b/docker/dockerfiles/allin1/allin1-ubuntu.Dockerfile @@ -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