From 3f78744bcc26518c4441711ed9477366e4b1c4a2 Mon Sep 17 00:00:00 2001 From: supereagle Date: Tue, 28 Feb 2017 13:41:09 +0800 Subject: [PATCH] remove MAINTAINER from Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac0b81c1..151c3deb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,6 @@ FROM golang:1.8-alpine -MAINTAINER Quentin Machu - VOLUME /config EXPOSE 6060 6061