Add dependencies and use uvicorn
This commit is contained in:
parent
6df31460e8
commit
af0954b6ff
|
@ -6,5 +6,9 @@ RUN pip install \
|
||||||
passlib \
|
passlib \
|
||||||
python-multipart \
|
python-multipart \
|
||||||
docker \
|
docker \
|
||||||
aiodocker
|
aiodocker \
|
||||||
|
sse-starlette \
|
||||||
|
anyio
|
||||||
COPY ./app /app/app
|
COPY ./app /app/app
|
||||||
|
|
||||||
|
CMD ["uvicorn", "app.main:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "80"]
|
||||||
|
|
Loading…
Reference in New Issue