Skip to content

Commit

Permalink
Fix docker build error
Browse files Browse the repository at this point in the history
  • Loading branch information
yujunz committed Apr 28, 2019
1 parent 00ceaf2 commit f8d73e2
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 @@ -38,7 +38,7 @@ push:

.PHONY: image-release
image-release:
docker build -t $(IMAGE):$(VERSION)
docker build -t $(IMAGE):$(VERSION) .

.PHONY: push-release
push-release:
Expand Down

0 comments on commit f8d73e2

Please sign in to comment.