diff --git a/Dockerfile b/Dockerfile index 307276b..d3d7d8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM xena/go:1.11.1 AS build -ENV GOPROXY https://cache.greedo.xeserv.us +#ENV GOPROXY https://cache.greedo.xeserv.us COPY . /site WORKDIR /site RUN CGO_ENABLED=0 GOBIN=/root go install -v ./cmd/site