Skip to content

Commit

Permalink
add retries
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Nov 20, 2024
1 parent a002eea commit 9797a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ RUN cd ${APP_SRC_ROOT} \

CMD bash run.sh

HEALTHCHECK --start-period=60s \
HEALTHCHECK --start-period=30s --retries=12 \
CMD ./liveness-probe.sh

0 comments on commit 9797a90

Please sign in to comment.