Skip to content

Commit

Permalink
feat: increase start-peroid to 5 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Oct 28, 2023
1 parent fba723a commit 225df90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN depshortname=$(curl --connect-timeout 10 -s https://raw.githubusercontent.co
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*; \
fi

HEALTHCHECK --interval=1m --timeout=1m --start-period=2m --retries=1 CMD /app/entrypoint-healthcheck.sh || exit 1
HEALTHCHECK --interval=1m --timeout=1m --start-period=5m --retries=1 CMD /app/entrypoint-healthcheck.sh || exit 1

RUN date > /build-time.txt

Expand Down

0 comments on commit 225df90

Please sign in to comment.