diff --git a/backend/Dockerfile b/backend/Dockerfile deleted file mode 100644 index 0e36a09..0000000 --- a/backend/Dockerfile +++ /dev/null @@ -1,11 +0,0 @@ -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 \ No newline at end of file