mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-06-03 02:11:51 +02:00
11 lines
166 B
Docker
11 lines
166 B
Docker
FROM tiangolo/uwsgi-nginx-flask:python3.7
|
|
|
|
RUN pip install requests
|
|
|
|
RUN pip install pandas
|
|
|
|
RUN pip install Flask-BasicAuth
|
|
|
|
RUN pip install bs4
|
|
|
|
COPY ./backend /app |