1 changed files with 9 additions and 2 deletions
@ -1,6 +1,13 @@
@@ -1,6 +1,13 @@
|
||||
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8-slim |
||||
ENV DOCKER=1 |
||||
|
||||
COPY ./requirements.txt / |
||||
RUN pip install -r /requirements.txt && rm /requirements.txt |
||||
RUN pip install fastapi \ |
||||
fastapi-responses \ |
||||
uvicorn[standard] \ |
||||
python-jose[cryptography] \ |
||||
pytest \ |
||||
requests \ |
||||
pytest-asyncio \ |
||||
passlib \ |
||||
python-multipart |
||||
COPY ./app /app/app |
Loading…
Reference in new issue