FROM alpine

RUN apk add --no-cache py3-flask unit-python3

WORKDIR /www/

CMD ["unitd", "--no-daemon", "--control", "0.0.0.0:8765"]

