sanic/Dockerfile
Eli Uriegas 8ba1b5fc35 Add docker support for local unit testing
Addresses consistency across different OS's by making it very similar to
the base Travis image.
2017-03-28 22:51:23 -05:00

7 lines
62 B
Docker

FROM python:3.6
ADD . /app
WORKDIR /app
RUN pip install tox