diff --git a/.dockerignore b/.dockerignore index 468225c..5a037f1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,8 @@ node_modules/ pnpm-lock.yaml **/__pycache__ -test/* \ No newline at end of file +test/* +bilive.toml +settings.toml +Videos/ +logs/ \ No newline at end of file diff --git a/start.sh b/start.sh index 9d8965c..bea4db0 100755 --- a/start.sh +++ b/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 \ No newline at end of file