Update tandoor-install.sh

This commit is contained in:
CanbiZ 2025-08-01 09:21:44 +02:00
parent 42b04adabf
commit 3f01c35e01

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
uv pip install -r requirements.txt --venv .venv
uv pip install -r requirements.txt --python .venv/bin/python
cd /opt/tandoor/vue3
$STD yarn install
$STD yarn build