From 28a603b7951aef8e191b9fdf355b336e162c3e52 Mon Sep 17 00:00:00 2001 From: Ralf Langebrake Date: Thu, 6 Jun 2024 21:58:40 +0200 Subject: [PATCH] Remove health check --- src/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Dockerfile b/src/Dockerfile index ad0cff4..005b388 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -77,7 +77,3 @@ WORKDIR /var/www EXPOSE 9000 5173 CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"] - -### a Laravel installation with Octane is mandatory -HEALTHCHECK --start-period=5s --interval=2s --timeout=5s --retries=8 \ - CMD php artisan octane:status || exit 1