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