FROM python:3.6-alpine ADD . /code WORKDIR /code RUN pip install -r requirements.txt CMD flask run -h 0.0.0.0