uv add "fastapi[standard-no-fastapi-cloud-cli]"
This commit is contained in:
parent
9a0e741ac7
commit
af3bf879f5
14 changed files with 2801 additions and 7 deletions
7
build.sh
Executable file
7
build.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
cd /opt/bitdori/api
|
||||
|
||||
uv sync --frozen
|
||||
sudo systemctl restart bitdori-api
|
||||
Loading…
Add table
Add a link
Reference in a new issue