flask-pypy2-raw.dockerfile 91 B

12345
  1. FROM tfb/flask-pypy2-base:latest
  2. WORKDIR /flask
  3. CMD gunicorn app:app -c gunicorn_conf.py