FROM python:alpine-3
RUN pip install pre-commit
VOLUME /data
WORKDIR /data
ENTRYPOINT ["pre-commit"]