diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index d70144205b..4e394bfe6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM alpine:3.6 -MAINTAINER Thomas Boerger <thomas@webhippie.de> + +LABEL maintainer="The Gitea Authors" EXPOSE 22 3000 |