Skip to content

Commit

Permalink
Merge pull request #140 from linkernetworks/johnlin/makefile-build-se…
Browse files Browse the repository at this point in the history
…rver

VX-198 use makefile to build source
  • Loading branch information
Hung-Wei Chiu authored Jul 20, 2018
2 parents 2a60bc0 + 3adf758 commit 6a48b51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN apk add --no-cache tzdata && \
# TODO test go install
RUN go get -x -u github.com/kardianos/govendor
RUN govendor sync
RUN go install ./src/cmd/...
RUN make src.build
RUN mv build/src/cmd/vortex/vortex /go/bin

# the final image: vortex
FROM alpine:3.7
Expand Down

0 comments on commit 6a48b51

Please sign in to comment.