1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Increasing start period for docker healthcheck due to slow start times

This commit is contained in:
2019-01-25 17:32:46 +00:00
parent 7b9e6e70fa
commit 36ce9009b7

View File

@@ -1,6 +1,6 @@
FROM ruby:2.5.1-slim FROM ruby:2.5.1-slim
HEALTHCHECK --start-period=30s CMD curl --insecure https://127.0.0.1/ HEALTHCHECK --start-period=60s CMD curl --insecure https://127.0.0.1/
ENV TINI_VERSION v0.18.0 ENV TINI_VERSION v0.18.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini