From 883540a71cef5f7e8a11d9a6ab4d489059ddb662 Mon Sep 17 00:00:00 2001 From: Casey Morton Date: Wed, 25 Oct 2023 13:38:17 -0400 Subject: [PATCH] Added spellcheck exceptions Signed-off-by: Casey Morton --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 419814f0..13dba5a0 100644 --- a/Makefile +++ b/Makefile @@ -146,4 +146,4 @@ run-test: .PHONY: serve-docs serve-docs: - docker run ${MKDOCS_RUN_ARGS} --rm -it -p 8000:8000 -v ${CURRENT_DIR}:/docs ${MKDOCS_DOCKER_IMAGE} serve -a 0.0.0.0:8000 \ No newline at end of file + docker run ${MKDOCS_RUN_ARGS} --rm -it -p 8999:8999 -v ${CURRENT_DIR}:/docs ${MKDOCS_DOCKER_IMAGE} serve -a 0.0.0.0:8999 \ No newline at end of file