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

Former-commit-id: f426c9ee0a03bf332bf102858a0747cac7c7049d [formerly f426c9ee0a03bf332bf102858a0747cac7c7049d [formerly 6a48b51]]
Former-commit-id: 610b5192b45d5891cbe75d5aabb7855fee6410f1
Former-commit-id: 85bcd01
  • Loading branch information
Hung-Wei Chiu authored Jul 20, 2018
2 parents e954f31 + 1fb8032 commit 74d1df8
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 74d1df8

Please sign in to comment.