Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit bd2c89f

Browse files
committed
Fix reference in docs
1 parent c459bda commit bd2c89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker_tools_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _start_servers(dev: bool) -> None:
9797
"poetry run bookserver --root /ns "
9898
"--error_path /tmp "
9999
"--gconfig $RUNESTONE_PATH/docker/gunicorn_config/fastapi_config.py "
100-
# This much match the address in `../nginx/sites-available/runestone.template`.
100+
# This much match the address in `./nginx/sites-available/runestone.template`.
101101
"--bind unix:/run/fastapi.sock "
102102
+ ("--reload " if dev else "")
103103
+ "2>&1 > /proc/1/fd/1 &", # This redirect ensures output ends up in the docker log

0 commit comments

Comments
 (0)