From 393aa9d93bbe025612d215351fc5416e1e77b93c Mon Sep 17 00:00:00 2001 From: zhenyi <434836402@qq.com> Date: Fri, 12 Jun 2026 17:20:41 +0800 Subject: [PATCH] chore: update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1d0b6d..e78c7d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,6 @@ ENV IMKS_PORT=50048 EXPOSE 50048 HEALTHCHECK --interval=15s --timeout=3s --start-period=10s --retries=3 \ - CMD curl -sf http://localhost:3000/health || exit 1 + CMD curl -sf 'http://localhost:50048/engine.io/?EIO=4&transport=polling' || exit 1 ENTRYPOINT ["imks"]