Skip to content

Commit

Permalink
Merge branch 'develop' into issues/user-page-redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari authored Dec 10, 2024
2 parents 107e547 + 9a20757 commit 8f5c327
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 8f5c327

Please sign in to comment.