mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 11:01:47 +02:00
5 lines
105 B
Docker
5 lines
105 B
Docker
FROM tiangolo/uwsgi-nginx-flask:python3.10
|
|
|
|
COPY ./backend /app
|
|
|
|
RUN pip install -r /app/requirements.txt |