From c4a89c663c3c11f0d5945e5f930803a94ca2971a Mon Sep 17 00:00:00 2001 From: Nyx Date: Sun, 23 Mar 2025 03:15:27 -0500 Subject: [PATCH] maybe fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80cbcdb..9ffe3dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,5 @@ WORKDIR /utils COPY . . RUN pip install --no-cache-dir -r requirements-prod.txt -ENTRYPOINT [ "gunicorn", "-w", "4", "app.app", "--bind", "0.0.0.0:8000" ] +ENTRYPOINT [ "gunicorn", "-w", "4", "utils.app", "--bind", "0.0.0.0:8000" ]