Intall dependencies using requirements.txt

This commit is contained in:
Phillip Kühne 2023-03-27 23:38:22 +02:00
parent 698c3717fd
commit 831166f38b
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -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