Skip to content

Commit

Permalink
docs: add make target for serving docs locally in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Oct 30, 2024
1 parent b7ebd5e commit 937055a
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 @@ -807,4 +807,4 @@ docs/serve:
-p 127.0.0.1:$(MKDOCS_SERVE_PORT):$(MKDOCS_SERVE_PORT) \
-v ${PWD}:/docs \
--entrypoint sh $(MKDOCS_IMAGE) \
-c 'mkdocs serve --dev-addr=0.0.0.0:$(MKDOCS_SERVE_PORT) -f mkdocs.yml'
-c 'mkdocs serve -s --dev-addr=0.0.0.0:$(MKDOCS_SERVE_PORT) -f mkdocs.yml'

0 comments on commit 937055a

Please sign in to comment.