blob: 92549a313e4c3765842fbfc8e99111d05ff4f4a9 [file] [log] [blame]
Nico Huberfb9c18a2022-12-10 23:59:19 +01001FROM alpine/git
2
3RUN apk add git-daemon
4EXPOSE 9418
5VOLUME ["/git/flashrom.git"]
6CMD ["daemon", "--reuseaddr", "--export-all", "--base-path=/git", "/git/flashrom.git"]