Skip to content

Commit

Permalink
Remove health check
Browse files Browse the repository at this point in the history
  • Loading branch information
codebarista committed Jun 6, 2024
1 parent 3776517 commit 28a603b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 28a603b

Please sign in to comment.