aiohttp.dockerfile 103 B

12345
  1. FROM techempower/aiohttp-base:0.1
  2. WORKDIR /aiohttp
  3. CMD gunicorn app.gunicorn:app -c gunicorn_conf.py