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