From e3a16aa2766546403b32b4c4d36c50906597cbd7 Mon Sep 17 00:00:00 2001 From: Nick Sharp Date: Thu, 15 Mar 2018 13:53:59 +0000 Subject: [PATCH] Remove dockerfile --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index f764ecd..0000000 --- a/Dockerfile +++ /dev/null @@ -1,9 +0,0 @@ -FROM python:2.7 - -COPY . /app - -WORKDIR app - -RUN pip install -r requirements.txt - -ENTRYPOINT [ "python", "run.py" ] \ No newline at end of file