fix dockerfile

This commit is contained in:
Zack Scholl 2019-07-14 17:12:39 -06:00
parent 3a62f092f1
commit ab215af53e

View file

@ -6,7 +6,7 @@ RUN apk add --no-cache git ca-certificates # add deps here (like make) if needed
WORKDIR /go/hostyoself
COPY . .
# any pre-requisities to building should be added here
# RUN go generate
RUN go generate -v
RUN go build -v
###################################