diff --git a/Dockerfile b/Dockerfile index c906c43..0317e2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ COPY . . EXPOSE 80 CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"] -HEALTHCHECK --interval=5s --timeout=5s --retries=3 CMD wget http://0.0.0.0:80/health || exit 1 \ No newline at end of file +HEALTHCHECK --interval=30s --timeout=5s --retries=3 --start-period=5s CMD wget http://0.0.0.0:80/health || exit 1 \ No newline at end of file