From 28402ecb315c24747d67c821381bc72784f99306 Mon Sep 17 00:00:00 2001 From: Ugric Date: Fri, 30 Jan 2026 05:45:27 +0000 Subject: [PATCH] fix timeout --- dockerfile | 2 +- static/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfile b/dockerfile index 5d93fd4..acf4408 100644 --- a/dockerfile +++ b/dockerfile @@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \ COPY . /app ENTRYPOINT ["gunicorn"] -CMD ["--bind","0.0.0.0:8000","main:app"] +CMD ["--bind","0.0.0.0:8000","main:app", " --timeout","120"] FROM builder as dev-envs diff --git a/static/styles.css b/static/styles.css index 55d1342..56f4afd 100644 --- a/static/styles.css +++ b/static/styles.css @@ -23,7 +23,7 @@ body::before { width: 200vw; height: 200vh; background: radial-gradient(circle at 50% 0%, var(--accent) 0%, var(--background) 70%); - animation: moveLight 30s ease-in-out infinite alternate; + animation: moveLight 10s ease-in-out infinite alternate; z-index: -1; }