fix: unquote HEALTHCHECK interval to satisfy hadolint parser
Docker Build and Push / lint (pull_request) Failing after 6s
Docker Build and Push / build (pull_request) Failing after 10s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-08 19:53:14 +00:00
parent b9f2cd448b
commit fb21d41f32
+1 -1
View File
@@ -80,5 +80,5 @@ RUN chmod +x "/tini"
CMD ["/sabnzbd.sh"]
HEALTHCHECK --interval="10s" \
HEALTHCHECK --interval=10s \
CMD curl --fail "http://localhost:8080" || exit 1