aiohttpweb-base.dockerfile 205 B

12345678
  1. FROM tfb/python3:latest
  2. ADD ./aiohttp.web /aiohttp.web
  3. ADD ./requirements.txt /aiohttp.web
  4. WORKDIR /aiohttp.web
  5. RUN pip3 install --install-option="--prefix=${PY3_ROOT}" -r /aiohttp.web/requirements.txt