api/build.sh

7 lines
101 B
Bash
Executable file

#!/usr/bin/env bash
set -e
cd /opt/bitdori/api
uv sync --frozen
sudo systemctl restart bitdori-api