We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed7fee commit fc065acCopy full SHA for fc065ac
1 file changed
Dockerfile
@@ -48,6 +48,6 @@ RUN mkdir -p /home/agent/.config/openbox /home/agent/.config/tint2 \
48
EXPOSE 3000 5900 6080
49
50
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
51
- CMD curl -sf http://localhost:3000/mcp || exit 1
+ CMD supervisorctl status | grep -qv FATAL || exit 1
52
53
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
0 commit comments