fix: unquote HEALTHCHECK interval to satisfy hadolint parser
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user