Skip to content

Commit f2d7764

Browse files
author
makoeppel
committed
update installation
1 parent aab8e2b commit f2d7764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ action() {
1717
local docker_args="--rm -v \"${root_dir}\":/documentation"
1818
local docker_cmd=""
1919
if [ "${mode}" = "build" ]; then
20-
docker_cmd="pip install --no-cache-dir mkdocs-include-markdown-plugin && mkdocs build --strict"
20+
docker_cmd="sh -c 'pip install --no-cache-dir mkdocs-include-markdown-plugin && mkdocs build --strict'"
2121
docker_args="${docker_args} -t"
2222
elif [ "${mode}" = "serve" ]; then
2323
local host_port="${2:-8000}"

0 commit comments

Comments
 (0)