FROM python:3.7-alpine WORKDIR /code ADD requirements.txt /code RUN pip install -r requirements.txt CMD ["python"]