mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-18 18:41: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
|
||||
|
||||
RUN pip install requests
|
||||
COPY ./backend /app
|
||||
|
||||
RUN pip install pandas
|
||||
|
||||
RUN pip install Flask-BasicAuth
|
||||
|
||||
RUN pip install bs4
|
||||
|
||||
COPY ./backend /app
|
||||
RUN pip install -r /app/requirements.txt
|
Loading…
x
Reference in New Issue
Block a user