@ -0,0 +1,6 @@
FROM python:2.7
COPY . /app
RUN cd /app && pip install -r requirements.txt
CMD ["python", "/app/app.py"]