FROM python:3.7-alpine MAINTAINER Yehuda Deutsch RUN pip install sanic WORKDIR /code COPY app.py /code CMD ["python", "app.py"]