Skip to content

Commit 01c6f8b

Browse files
ls
1 parent 575b4f8 commit 01c6f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RUN mkdocs build --clean
1212

1313
# serve the documentation if DEV_MODE is set, otherwise, serve built documentation
1414
# for prod serving, we copy everything to root/docs/, as this is where the docs are actually served from in the container
15-
CMD if [ "$DEV_MODE" = "true" ]; then mkdocs serve -a 0.0.0.0:8000; else mkdocs build; mkdir -p root; mv site root/docs; cd root; python -m http.server 8000 --bind 0.0.0.0; fi
15+
CMD if [ "$DEV_MODE" = "true" ]; then mkdocs serve -a 0.0.0.0:8000; else mkdocs build; mkdir -p root; mv site root/docs-guardrails; cd root; python -m http.server 8000 --bind 0.0.0.0; fi

0 commit comments

Comments
 (0)