From e3efe60b7b01a48f6242d56712878cd91757d57b Mon Sep 17 00:00:00 2001 From: ehlxr Date: Wed, 6 Jun 2018 12:09:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E7=82=B9=E6=9B=B4=E6=96=B0=EF=BC=9A20?= =?UTF-8?q?18-06-06=2012:09:24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6243d34e..e12dfcf5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN go get -u github.com/golang/dep/cmd/dep && dep ensure && \ CGO_ENABLE=1 go build -v -o mindoc_linux_amd64 -ldflags="-w -X main.VERSION=$TAG -X 'main.BUILD_TIME=`date`' -X 'main.GO_VERSION=`go version`'" && \ rm -rf commands controllers models modules routers tasks vendor docs search data utils graphics .git Godeps uploads/* .gitignore .travis.yml Dockerfile gide.yaml LICENSE main.go README.md conf/enumerate.go conf/mail.go install.lock -FROM nginx:alpine +FROM alpine:latest LABEL maintainer="ehlxr.me@gmail.com" WORKDIR /mindoc COPY --from=0 /go/src/github.com/lifei6671/mindoc .