should build now!

This commit is contained in:
2019-11-04 19:15:25 -08:00
parent f98f22d9cc
commit d33f093ab5
2 changed files with 12 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ FROM golang:1.13 as builder
WORKDIR /go/src/github.com/sneak/feta
COPY . .
RUN go get -v && make build
RUN make build
WORKDIR /go
RUN tar cvfz go-src.tgz src && du -sh *