This commit is contained in:
2019-11-05 15:32:09 -08:00
parent d33f093ab5
commit 1c7e2f11e0
11 changed files with 279 additions and 180 deletions

View File

@@ -3,6 +3,7 @@ FROM golang:1.13 as builder
WORKDIR /go/src/github.com/sneak/feta
COPY . .
#RUN make lint && make build
RUN make build
WORKDIR /go