Delete old Dockerfile

This commit is contained in:
Phillip Kühne 2020-04-15 00:46:33 +02:00
parent d3aea64880
commit ecd08d20ef

View File

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