aiohttp-pg-raw.dockerfile 123 B

1234567
  1. FROM techempower/aiohttp-base:0.1
  2. WORKDIR /aiohttp
  3. ENV CONNECTION=RAW
  4. CMD gunicorn app.gunicorn:app -c gunicorn_conf.py