Commit a5c621f4 authored by ibuler's avatar ibuler

[Update] 去掉冗余

parent caf339dc
FROM golang:1.12-alpine as stage-build
LABEL stage=stage-build
WORKDIR /opt/coco
RUN apk update && apk add git
ARG GOPROXY
ENV GOPROXY=$GOPROXY
ENV GO111MODULE=on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment