aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d2e0ac..3bde4cd 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ build:
CGO_ENABLED=0 go build $(LDFLAGS) -o $(DIR_BUILD) ./cmd/...
serve-doc:
- go run ./cmd/ciigo serve _doc
+ go run ./cmd/ciigo -address=127.0.0.1:20757 serve _doc
.PHONY: chroot-setup chroot-test