From 625c798087d3e034adf65a454b03683d28c09bad Mon Sep 17 00:00:00 2001 From: John Howe <89397553+timerring@users.noreply.github.com> Date: Sun, 13 Apr 2025 19:27:47 +0800 Subject: [PATCH] build: release docker 0.3.0 (#284) * build: release 0.3.0 * fix: path issue --- .dockerignore | 6 +++++- start.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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