mirror of
https://github.com/nicolabs/git-server-docker.git
synced 2026-04-09 23:49:56 +02:00
Added gitignore and changed maintainer email
This commit is contained in:
parent
ef8442706c
commit
2ed3bd3ac2
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# IntelliJ project files
|
||||
.idea
|
||||
*.iml
|
||||
out
|
||||
gen
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue