Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
node_modules/
pnpm-lock.yaml
**/__pycache__
test/*
test/*
bilive.toml
settings.toml
Videos/
logs/
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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