Skip to content

Commit 883540a

Browse files
author
Casey Morton
committed
Added spellcheck exceptions
Signed-off-by: Casey Morton <cmorton@exiger.com>
1 parent 2d13dd7 commit 883540a

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
@@ -146,4 +146,4 @@ run-test:
146146

147147
.PHONY: serve-docs
148148
serve-docs:
149-
docker run ${MKDOCS_RUN_ARGS} --rm -it -p 8000:8000 -v ${CURRENT_DIR}:/docs ${MKDOCS_DOCKER_IMAGE} serve -a 0.0.0.0:8000
149+
docker run ${MKDOCS_RUN_ARGS} --rm -it -p 8999:8999 -v ${CURRENT_DIR}:/docs ${MKDOCS_DOCKER_IMAGE} serve -a 0.0.0.0:8999

0 commit comments

Comments
 (0)