diff --git a/Dockerfile b/Dockerfile index 03795c4..fadd29a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ ENV APP_VERSION=${APP_VERSION} EXPOSE 80 # Health check -HEALTHCHECK --interval=120s --timeout=10s --start-period=60s --retries=3 \ +HEALTHCHECK --interval=120s --timeout=10s --start-period=15s --retries=3 \ CMD curl -f http://localhost/health || exit 1 # Start nginx