FROM python:3.6.5 ADD ./ /sanic WORKDIR /sanic RUN pip3 install -r /sanic/requirements.txt CMD python3 app.py