FROM alpine:3.6
RUN apk add --no-cache --update python py-pip py-lxml && \
pip install -r requirements.txt
cmd 'gunicorn --bind 0.0.0.0:3000 wsgi'