contrib: add git-sync container

This commit is contained in:
Johan Euphrosine
2014-12-22 13:13:47 -08:00
parent 9b6aec5e22
commit 0003d5d983
3 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
FROM golang:1.4-onbuild
VOLUME ["/git"]
CMD ["-dest", "/git"]
ENTRYPOINT ["/go/bin/git-sync"]