Skip to content

Commit 625c798

Browse files
authored
build: release docker 0.3.0 (#284)
* build: release 0.3.0 * fix: path issue
1 parent ede5e03 commit 625c798

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.dockerignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
node_modules/
22
pnpm-lock.yaml
33
**/__pycache__
4-
test/*
4+
test/*
5+
bilive.toml
6+
settings.toml
7+
Videos/
8+
logs/

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ done
1717
./record.sh
1818

1919
# 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 &
20+
nohup python -m src.burn.scan > ./logs/runtime/scan-$(date +%Y%m%d-%H%M%S).log 2>&1 &
2121

2222
# Start the upload process
2323
exec python -m src.upload.upload

0 commit comments

Comments
 (0)