karaoqueue/Dockerfile

5 lines
105 B
Docker

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