FROM python:2-onbuild
EXPOSE 80
CMD gunicorn run --bind [::]:80 --workers 4 --timeout 3000
