chore: update Dockerfile
This commit is contained in:
+1
-1
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user