diff --git a/Dockerfile b/Dockerfile index 6b9ab83..f5cdd69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,9 @@ RUN pip install \ passlib \ python-multipart \ docker \ - aiodocker -COPY ./app /app/app \ No newline at end of file + aiodocker \ + sse-starlette \ + anyio +COPY ./app /app/app + +CMD ["uvicorn", "app.main:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "80"]