From 363cf53866fc22a545204a47a1845f656abe1d7c Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 2 Jan 2019 11:25:38 -0800 Subject: [PATCH] i broke it --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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