FROM alpine/git
RUN apk add git-lfs
COPY ./smart-commit /bin/smart-commit
ENTRYPOINT ["sh /bin/smart-commit"]