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:
@@ -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/"
|
||||||
|
|||||||
Reference in New Issue
Block a user