1 Commits
Author SHA1 Message Date
renovate 43c9b15a96 Update hadolint/hadolint-action action to v3.4.0
renovate/stability-days Updates have met minimum release age requirement
PR Checks / build (pull_request) Successful in 47s
PR Checks / hadolint (pull_request) Failing after 2m59s
2026-08-02 16:50:18 +00:00
+1 -1
View File
@@ -88,7 +88,7 @@ USER hermes
EXPOSE 8787
HEALTHCHECK --interval=30s --timeout=10s --start-period=30s --retries=3 \
CMD ["curl", "-f", "http://localhost:8787/health"]
CMD curl -f http://localhost:8787/health || exit 1
# Run the WebUI server (which runs Hermes Agent in-process)
CMD ["python", "/app/server.py"]