FROM alpine/git:latest
WORKDIR /git
VOLUME /git/notebook.git
CMD ["init", "--bare", "notebook.git"]
