wheezyweb-py3.dockerfile 156 B

123456789
  1. FROM python:3.6.6-stretch
  2. ADD ./ /wheezyweb
  3. WORKDIR /wheezyweb
  4. RUN pip3 install -r /wheezyweb/requirements.txt
  5. CMD gunicorn app:app -c gunicorn_conf.py