healthcheck startup

This commit is contained in:
2025-12-14 21:48:08 +01:00
parent e551d60679
commit 5b23ca2243

View File

@@ -6,7 +6,7 @@ RUN \
COPY rootfs / COPY rootfs /
HEALTHCHECK --interval=2m --timeout=3s \ HEALTHCHECK --interval=2m --timeout=3s --start-period=30s \
CMD /app/healthcheck.sh || exit 1 CMD /app/healthcheck.sh || exit 1
ENTRYPOINT [ "/sbin/tini", "/app/entrypoint.sh" ] ENTRYPOINT [ "/sbin/tini", "/app/entrypoint.sh" ]