Update tandoor-install.sh

This commit is contained in:
CanbiZ 2025-08-01 09:13:22 +02:00
parent 92d1841fc2
commit 42b04adabf

View File

@ -69,7 +69,7 @@ msg_info "Setup Tandoor"
mkdir -p /opt/tandoor/{config,api,mediafiles,staticfiles}
cd /opt/tandoor
uv venv .venv --python=python3
.venv/bin/uv pip install -r requirements.txt
uv pip install -r requirements.txt --venv .venv
cd /opt/tandoor/vue3
$STD yarn install
$STD yarn build