2021-08-01 01:04:10 +00:00
|
|
|
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
|
|
|
|
ENV DOCKER=1
|
2021-06-20 03:04:07 +00:00
|
|
|
|
2021-08-01 01:04:10 +00:00
|
|
|
RUN apt-get update && apt-get install -y git zip && mkdir /files
|
|
|
|
RUN pip install fastapi-responses b2sdk pytest
|
|
|
|
COPY ./app /app/app
|