Skip to content

Commit

Permalink
Merge pull request #2633 from ohcnetwork/staging
Browse files Browse the repository at this point in the history
Production Hotfix Release v24.49.1
  • Loading branch information
sainak authored Dec 3, 2024
2 parents 4322258 + 471b96c commit 79e7827
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 79e7827

Please sign in to comment.