karaoqueue/Dockerfile

5 lines
104 B
Docker

FROM tiangolo/uwsgi-nginx-flask:python3.7
COPY ./backend /app
RUN pip install -r /app/requirements.txt