Also still need to copy the contents of repo/ to the webroot for the index files to work properly.

This commit is contained in:
2026-07-03 14:42:23 -07:00
parent 26ecce238a
commit 58b0f4116d
+5
View File
@@ -116,3 +116,8 @@ RUN fdroid update -c
# Publish Repo Contents to Web Root #
RUN cp -r "$FDROID" "$WEBROOT/"
# The index files are in repo.
# TODO: Can NGINX be configured to serve this as root while still
# having the URL be fdroid/repo/? How do others handle this?
RUN cp -r "$REPO"/* "$WEBROOT/"