We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210a0e3 commit 74fb9bbCopy full SHA for 74fb9bb
1 file changed
Makefile
@@ -161,7 +161,7 @@ check-for-large-files:
161
.PHONY: api-docs
162
api-docs:
163
(test "$(docker images -q odk-docs)" || docker build --file odk-docs.dockerfile -t odk-docs .) && \
164
- docker run --rm -it -v ./docs:/docs/docs/_static/central-spec -p 8000:8000 odk-docs
+ docker run --rm -it -v ./docs:/docs/docs/_static/central-spec -p 127.0.0.1:8000:8000 odk-docs
165
166
.PHONY: api-docs-lint
167
api-docs-lint:
0 commit comments