浏览代码

Dockerfile: add maintainer

Alexis 'Horgix' Chotard 9 年之前
父节点
当前提交
68b2e5fb82
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -4,6 +4,8 @@
 
 FROM alpine:latest
 
+MAINTAINER Radicale project "radicale@librelist.com"
+
 # Base packages
 RUN apk update \
       && apk upgrade \