modified dockerfile

main
RadioParalelo 2026-03-04 22:54:09 +00:00
parent 88c4e125a9
commit 38c2793a3a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ COPY indy-wp/media/ /var/www/html/wp-content/themes/indywp/images/
# ------------------------------------------------- # -------------------------------------------------
# 9⃣ (Optional) copy any extra project files you need # 9⃣ (Optional) copy any extra project files you need
# ------------------------------------------------- # -------------------------------------------------
COPY src/ /var/www/html/wp-content/mu-plugins/ #COPY yourproject/ /var/www/html/wp-content/mu-plugins/
# ------------------------------------------------- # -------------------------------------------------
# 🔟 Ensure wpcontent is writable by www-data # 🔟 Ensure wpcontent is writable by www-data