FROM golang:1.13-stretch

ENV TZ Asia/Shanghai

ENV GO111MODULE on

ENV GOPROXY https://goproxy.cn

WORKDIR $GOPATH/src/github.com/auxpi

COPY . $GOPATH/src/github.com/auxpi