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

Commit 131b35e

Browse files
committed
Fix: Correct path to errors.
1 parent 687e19c commit 131b35e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ def _build_phase_1(
863863
# ^^^^^^^^^^^^^^^^^^^
864864
xqt(
865865
"mkdir -p $WEB2PY_PATH/logs",
866-
"mkdir -p $WEB2PY_PATH/errors",
866+
"mkdir -p $RUNESTONE_PATH/errors",
867867
"cp $RUNESTONE_PATH/docker/wsgihandler.py $WEB2PY_PATH/wsgihandler.py",
868868
# Set up nginx (partially -- more in step 3 below).
869869
"rm /etc/nginx/sites-enabled/default",

0 commit comments

Comments
 (0)