Skip to content

Commit

Permalink
Merge pull request #2631 from ohcnetwork/sainak/fix/prod-docker-helat…
Browse files Browse the repository at this point in the history
…hcheck-staging-patch

[Staging-patch] Revert helathcheck instruction to work with older docker runtimes
  • Loading branch information
vigneshhari authored Dec 3, 2024
2 parents 8268b25 + 9e4f9aa commit 471b96c
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 471b96c

Please sign in to comment.