From c671c0eb02888d9ba608962e071a954e42e29204 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Wed, 29 May 2024 01:50:22 +0300 Subject: [PATCH] WIP --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9fb3340..0f7e6a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,4 @@ RUN pip install --no-cache /wheels/* COPY . . -CMD ["python3", "/app/main.py"] +CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8080"]