Update tandoor-install.sh
This commit is contained in:
parent
42b04adabf
commit
3f01c35e01
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user