Browse Source

Remove dockerfile

pull/178/head
Nick Sharp 7 years ago
parent
commit
e3a16aa276
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      Dockerfile

+ 0
- 9
Dockerfile View File

@@ -1,9 +0,0 @@
FROM python:2.7

COPY . /app

WORKDIR app

RUN pip install -r requirements.txt

ENTRYPOINT [ "python", "run.py" ]

Loading…
Cancel
Save