From 200820df9321e4f1d08dc01512b91553cb410bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Tue, 7 Sep 2021 13:41:33 +0800 Subject: [PATCH] =?UTF-8?q?:whale:=20=E5=AE=8C=E5=96=84Dockerfile?= 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 f48af55..ec65a08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ WORKDIR /builder COPY . . RUN go mod download && go build -o app RUN ls -lh && chmod +x ./app -FROM golang:alpine as runner +FROM alpine as runner MAINTAINER LiXunHuan(lxh@cxh.cn) WORKDIR /app ENV TZ=Asia/Shanghai