FROM python:2.7.15-stretch ADD ./ /wheezyweb WORKDIR /wheezyweb RUN pip install -r /wheezyweb/requirements.txt CMD gunicorn app:app -c gunicorn_conf.py