diff --git a/Dockerfile b/Dockerfile index 7389e11..1dcac9d 100644 --- a/Dockerfile +++ b/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 \ No newline at end of file +RUN pip install -r /app/requirements.txt \ No newline at end of file