chore: update Dockerfile

This commit is contained in:
zhenyi
2026-06-12 17:20:41 +08:00
parent 716f952bb6
commit 393aa9d93b
+1 -1
View File
@@ -35,6 +35,6 @@ ENV IMKS_PORT=50048
EXPOSE 50048 EXPOSE 50048
HEALTHCHECK --interval=15s --timeout=3s --start-period=10s --retries=3 \ 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"] ENTRYPOINT ["imks"]