mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 02:51:48 +02:00
Intall dependencies using requirements.txt
This commit is contained in:
parent
698c3717fd
commit
831166f38b
10
Dockerfile
10
Dockerfile
@ -1,11 +1,5 @@
|
|||||||
FROM tiangolo/uwsgi-nginx-flask:python3.7
|
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
|
COPY ./backend /app
|
||||||
|
|
||||||
|
RUN pip install -r /app/requirements.txt
|
Loading…
x
Reference in New Issue
Block a user