Fix Docker startup permission issue

This commit is contained in:
Dymas
2026-05-17 14:38:30 +02:00
parent 8ea43f1593
commit c91db90c1b
5 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
A local web UI for a system-wide `ani-cli` install.
Current version: `0.30.2`
Current version: `0.30.3`
## Project Layout
@@ -124,6 +124,7 @@ Container defaults:
- `ani-cli` is installed at `/usr/local/bin/ani-cli`.
- `ani-cli-web` is cloned into `/app` and started from there.
- Container startup now runs `python3 /app/app.py` directly, so it does not depend on the `ani-cli-web` launcher file having executable permissions inside the image.
- Downloads are written to `/downloads`, so bind-mount `./downloads:/downloads`.
- App state stays under `/app/.ani-cli-web`, so bind-mount `./.ani-cli-web:/app/.ani-cli-web`.
- The image sets `ANI_CLI_WEB_HOST=0.0.0.0` and exposes port `8421`.