Skip to content

Commit cd3216e

Browse files
committed
run the uv command in a way that could actually work :facepalm
1 parent 10adfcb commit cd3216e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spiffworkflow-backend/bin/boot_server_in_docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [[ "${SPIFFWORKFLOW_BACKEND_RUN_DATA_SETUP:-}" != "false" ]]; then
102102
uv run python bin/refresh_all_caches.py
103103
fi
104104

105-
uv run python "${script_dir}/bootstrap.py"
105+
uv run python bin/bootstrap.py
106106

107107
log_info "Starting gunicorn server"
108108
export IS_GUNICORN="true"

0 commit comments

Comments
 (0)