fix: Use exec form for health check (#1253)

This commit is contained in:
Kroese
2026-07-13 19:40:30 +02:00
committed by GitHub
parent 5bb93651f7
commit 9cd86dfe82
+1 -1
View File
@@ -83,6 +83,6 @@ ENV RAM_SIZE="2G"
ENV CPU_CORES="2"
ENV DISK_SIZE="256G"
HEALTHCHECK --interval=60s --start-period=45s --retries=2 CMD /run/check.sh
HEALTHCHECK --interval=60s --start-period=45s --retries=2 CMD ["/run/check.sh"]
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]