| .. | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| main.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Konobangu Testing Torrents Container
Build
docker buildx build --platform linux/amd64 --tag konobangu-testing-torrents:latest --load .
Run
docker run --network_mode=host --name konobangu-testing-torrents konobangu-testing-torrents:latest
Publish
docker tag konobangu-testing-torrents:latest ghcr.io/dumtruck/konobangu-testing-torrents:latest
docker push ghcr.io/dumtruck/konobangu-testing-torrents:latest