From 241d4642422f1445ab1befe92f8d046b6d57687f Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 3 Mar 2025 16:58:57 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d022de..680a1b2 100755 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ EXPOSE 5050 HEALTHCHECK --interval=30s --timeout=10s --retries=3 \ CMD python3 test.py -CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:5050", "app:proxy_app"] +CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:5050", "app.__init__:proxy_app"]