FROM techempower/python2:0.1 ADD ./ /wheezyweb WORKDIR /wheezyweb RUN pip install --install-option="--prefix=${PY2_ROOT}" -r /wheezyweb/requirements.txt CMD gunicorn app:app -c gunicorn_conf.py