Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit ed2027a

Browse files
committed
fix makefile error
1 parent 600f4aa commit ed2027a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ else
2323
endif
2424

2525
release:
26-
docker build -t phantoscope/api-server:$(TAG)
26+
docker build -t phantoscope/api-server:$(TAG) .
2727

2828
login:
2929
docker login -u phantoscope -p $(DOCKERHUB_TOKEN)

0 commit comments

Comments
 (0)