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!

This commit is contained in:
2026-07-03 12:46:07 -07:00
parent 72d812b106
commit 26ecce238a
+1 -1
View File
@@ -115,4 +115,4 @@ RUN fdroid update -c
# Publish Repo Contents to Web Root # # Publish Repo Contents to Web Root #
RUN cp -r "$REPO/"* "$WEBROOT/" RUN cp -r "$FDROID" "$WEBROOT/"