Skip to content

Commit 0782329

Browse files
committed
Removed default healthcheck in prod Dockerfile
1 parent 75012ea commit 0782329

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/prod/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,3 @@ RUN cat ${DOCKER_FILES_BASE_PATH}deployment/utilities.sh >> ~/.bashrc
181181
EXPOSE 8000
182182

183183
ENTRYPOINT ["start-container"]
184-
185-
HEALTHCHECK --start-period=5s --interval=2s --timeout=5s --retries=8 CMD php artisan octane:status || exit 1

0 commit comments

Comments
 (0)