Fix Docker startup permission issue
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user