mirror of
https://github.com/timerring/bilive.git
synced 2026-09-02 19:03:47 +08:00
build: release docker 0.3.0 (#284)
* build: release 0.3.0 * fix: path issue
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
node_modules/
|
||||
pnpm-lock.yaml
|
||||
**/__pycache__
|
||||
test/*
|
||||
test/*
|
||||
bilive.toml
|
||||
settings.toml
|
||||
Videos/
|
||||
logs/
|
||||
2
start.sh
2
start.sh
@@ -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
|
||||
Reference in New Issue
Block a user