Skip to content

Commit b9d3900

Browse files
committed
Remove HEALTHCHECK from Dockerfile
1 parent a265b55 commit b9d3900

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ ENV LOG_LEVEL=info
2828
# Expose MCP SSE port
2929
EXPOSE 3010
3030

31-
# Health check
32-
HEALTHCHECK --interval=30s --timeout=5s --start-period=60s --retries=3 \
33-
CMD wget -qO /dev/null http://localhost:3010/health || exit 1
31+
3432

3533
# Run the server
3634
CMD ["node", "src/main.ts"]

0 commit comments

Comments
 (0)