mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 19:11:49 +02:00
11 lines
163 B
Docker
11 lines
163 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 ../app /app |