From ecd08d20ef3ba5882f22efe53028d708300ac508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Wed, 15 Apr 2020 00:46:33 +0200 Subject: [PATCH] Delete old Dockerfile --- backend/Dockerfile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 backend/Dockerfile 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