fix: add testing-torrents params

This commit is contained in:
2025-04-05 09:20:51 +08:00
parent ecb56013a5
commit 3dfcf2a536
10 changed files with 2617 additions and 1603 deletions

View File

@@ -1,5 +1,11 @@
# Konobangu Testing Torrents Container
## Development
```bash
pnpm install --ignore-workspace
```
## Build
```bash
@@ -17,4 +23,4 @@ docker run --network_mode=host --name konobangu-testing-torrents konobangu-testi
```bash
docker tag konobangu-testing-torrents:latest ghcr.io/dumtruck/konobangu-testing-torrents:latest
docker push ghcr.io/dumtruck/konobangu-testing-torrents:latest
```
```