git-server-docker-stagit

git-server-with-stagit
git clone git://git.andersuno.nu/git-server-docker-stagit.git
Log | Files | Refs | README

commit 2ed3bd3ac23ca6e52fffcdf3f77b9779d364fc75
parent ef8442706cf21184b2d17cde21e95d9d27fcc499
Author: Akuario <jkarlos.b@gmail.com>
Date:   Sun, 12 Feb 2017 17:50:23 +0100

Added gitignore and changed maintainer email

Diffstat:
A.gitignore | 5+++++
MDockerfile | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,5 @@ +# IntelliJ project files +.idea +*.iml +out +gen diff --git a/Dockerfile b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.4 -MAINTAINER José Carlos Bernárdez "jkarlosb@gmail.com" +MAINTAINER José Carlos Bernárdez "carlos@z4studios.com" # "--no-cache" is new in Alpine 3.3 and it avoid using # "--update + rm -rf /var/cache/apk/*" (to remove cache)