From 26ecce238a61bb00ad1736a5777ea0d15ddc9f62 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 3 Jul 2026 12:46:07 -0700 Subject: [PATCH] The entire `fdroid/repo/` hierarchy needs copied to `/var/www/html/`, not just the contents on `repo/`. This fixes the 'org.fdroid.download.NotFoundException' error! --- Config/F-DroidRepo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/F-DroidRepo/Dockerfile b/Config/F-DroidRepo/Dockerfile index 2e505e6..62336ad 100644 --- a/Config/F-DroidRepo/Dockerfile +++ b/Config/F-DroidRepo/Dockerfile @@ -115,4 +115,4 @@ RUN fdroid update -c # Publish Repo Contents to Web Root # -RUN cp -r "$REPO/"* "$WEBROOT/" +RUN cp -r "$FDROID" "$WEBROOT/"