Skip to content

Commit

Permalink
Revert healthcheck instruction for compatibility with older Docker ru…
Browse files Browse the repository at this point in the history
…ntimes (#2630)

Revert helathcheck instruction to work with older docker runtimes
  • Loading branch information
sainak authored Dec 3, 2024
1 parent 907e87a commit 9a20757
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@ COPY --chown=django:django . $APP_HOME
USER django

HEALTHCHECK \
--start-period=20s \
--start-interval=1s \
--interval=30s \
--timeout=5s \
--start-period=10s \
--retries=12 \
CMD ["./healthcheck.sh"]

Expand Down

0 comments on commit 9a20757

Please sign in to comment.