i broke it

This commit is contained in:
Cadey Ratio 2019-01-02 11:25:38 -08:00
parent d2b3910223
commit 363cf53866
1 changed files with 1 additions and 1 deletions

View File

@ -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