pyramid-py2.dockerfile 193 B

123456789
  1. FROM techempower/python2:0.1
  2. ADD ./ /pyramid
  3. WORKDIR /pyramid
  4. RUN pip install --install-option="--prefix=${PY2_ROOT}" -r /pyramid/requirements.txt
  5. CMD gunicorn wsgi:app -c gunicorn_conf.py