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"]