Move the REPO and WEBROOT vars to the Dockerfile since that's the only place they're needed. Dir is getting created successfully now.

This commit is contained in:
2025-11-01 13:16:31 -07:00
parent bf2499e6ce
commit 7199a88627
3 changed files with 9 additions and 10 deletions

View File

@@ -11,7 +11,6 @@ MEM=0.25G
## Repo Settings ##
REPO="/var/www/html/fdroid/repo"
REPO_NAME="Hyperling's Apps"
REPO_LINK="https://fdroid.hyperling.com"