wheezyweb.dockerfile 193 B

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