We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede5e03 commit 625c798Copy full SHA for 625c798
2 files changed
.dockerignore
@@ -1,4 +1,8 @@
1
node_modules/
2
pnpm-lock.yaml
3
**/__pycache__
4
-test/*
+test/*
5
+bilive.toml
6
+settings.toml
7
+Videos/
8
+logs/
start.sh
@@ -17,7 +17,7 @@ done
17
./record.sh
18
19
# Start the scan process in the background
20
-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 &
21
22
# Start the upload process
23
exec python -m src.upload.upload
0 commit comments