build: release docker 0.3.0 (#284)

* build: release 0.3.0

* fix: path issue
This commit is contained in:
John Howe
2025-04-13 19:27:47 +08:00
committed by GitHub
parent ede5e03efe
commit 625c798087
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
node_modules/
pnpm-lock.yaml
**/__pycache__
test/*
test/*
bilive.toml
settings.toml
Videos/
logs/

View File

@@ -17,7 +17,7 @@ done
./record.sh
# Start the scan process in the background
nohup python -m src.burn.scan > ./logs/scan/scan-$(date +%Y%m%d-%H%M%S).log 2>&1 &
nohup python -m src.burn.scan > ./logs/runtime/scan-$(date +%Y%m%d-%H%M%S).log 2>&1 &
# Start the upload process
exec python -m src.upload.upload