Ver código fonte

update

three
DengBiao 1 ano atrás
pai
commit
29bdf5dce3
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      Dockerfile

+ 2
- 2
Dockerfile Ver arquivo

@@ -1,6 +1,6 @@
# 多重构建,减少镜像大小
# 构建:使用golang:1.15版本
FROM golang:1.15 as build
FROM registry.cn-shenzhen.aliyuncs.com/fnuoos-prd/golang:1.18.4 as build

# 容器环境变量添加,会覆盖默认的变量值
ENV GO111MODULE=on
@@ -16,7 +16,7 @@ ADD . .
RUN GOOS=linux CGO_ENABLED=0 GOARCH=amd64 go build -tags netgo -ldflags="-s -w" -installsuffix cgo -o zyos main.go

FROM ubuntu:xenial as prod
LABEL maintainer="wuhanqin"
LABEL maintainer="dengbiao"
ENV TZ="Asia/Shanghai"

COPY static/html static/html


Carregando…
Cancelar
Salvar