Skip to content

Commit

Permalink
Fix makefile docker target to depand on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagai Barel committed Jan 24, 2019
1 parent b86fea4 commit 3f05a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build: fmt vet
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags $(LDFLAGS) -o bin/orca cmd/orca.go

# Build orca docker image
docker: fmt vet
docker: build
cp bin/orca orca
docker build -t nuvo/orca:latest .
rm orca
Expand Down

0 comments on commit 3f05a71

Please sign in to comment.