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