diff --git a/Dockerfile b/Dockerfile index 6093a3b..86436a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 # ------------------------------------------------- -COPY src/ /var/www/html/wp-content/mu-plugins/ +#COPY yourproject/ /var/www/html/wp-content/mu-plugins/ # ------------------------------------------------- # 🔟 Ensure wp‑content is writable by www-data