Skip to content

Commit

Permalink
Removed default healthcheck in prod Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
korridor committed Sep 5, 2024
1 parent 75012ea commit 0782329
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,3 @@ RUN cat ${DOCKER_FILES_BASE_PATH}deployment/utilities.sh >> ~/.bashrc
EXPOSE 8000

ENTRYPOINT ["start-container"]

HEALTHCHECK --start-period=5s --interval=2s --timeout=5s --retries=8 CMD php artisan octane:status || exit 1

0 comments on commit 0782329

Please sign in to comment.