weppy-pypy2.dockerfile 186 B

123456789
  1. FROM tfb/pypy2:latest
  2. ADD ./ /weppy
  3. WORKDIR /weppy
  4. RUN pip install --install-option="--prefix=${PYPY2_ROOT}" -r /weppy/requirements-pypy.txt
  5. CMD gunicorn app:app -c gunicorn_conf.py