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
+1 -1
View File
@@ -16,7 +16,7 @@ from uuid import uuid4
PROJECT_ROOT = Path(__file__).resolve().parent
ANI_CLI = os.environ.get("ANI_CLI_BIN") or shutil.which("ani-cli") or "ani-cli"
APP_NAME = "ani-cli-web"
VERSION = "0.30.2"
VERSION = "0.30.3"
ALLANIME_BASE = "allanime.day"
ALLANIME_API = f"https://api.{ALLANIME_BASE}"
ALLANIME_REFERER = "https://allmanga.to"