Removed default healthcheck in prod Dockerfile

This commit is contained in:
Constantin Graf
2024-09-05 12:30:25 +02:00
committed by Constantin Graf
parent 75012ea020
commit 07823291ae

View File

@@ -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