drop docker support

This commit is contained in:
2025-11-16 00:56:22 -06:00
parent 5ec677437e
commit df72547bde
8 changed files with 3 additions and 156 deletions

View File

@@ -102,13 +102,6 @@ uv sync
uv run ren-browser-web
```
### Docker/Podman
```bash
docker build -t ren-browser .
docker run -p 8550:8550 -v ./config:/app/config ren-browser
```
## Building
### Linux