diff --git a/Dockerfile b/Dockerfile index 7231620..359dcd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,9 +23,9 @@ RUN python3 -m pip --no-cache-dir install --upgrade pip &&\ rm -rf great_ai HEALTHCHECK \ - --interval=10s \ - --timeout=60s \ - --start-period=30s \ + --interval=30s \ + --timeout=180s \ + --start-period=60s \ --retries=5 \ CMD [ "curl", "--fail", "http://localhost:6060/health" ]