From d33eccd2dce15763de68953a8e45073662499920 Mon Sep 17 00:00:00 2001 From: RadioParalelo Date: Wed, 4 Mar 2026 23:53:49 +0000 Subject: [PATCH] modified: Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index efa093e..143879d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,8 +45,7 @@ COPY indy-wp/indywp/ /var/www/html/wp-content/themes/indywp/ # ------------------------------------------------- # 8️⃣ Copy the theme’s media folder into the theme directory # ------------------------------------------------- -COPY indy-wp/media/ /var/www/html/wp-content/themes/indywp/images/ - +COPY indy-wp/media/ /var/www/html/wp-content/uploads/2026/03/ # ------------------------------------------------- # 9️⃣ Copy any mu‑plugins (must‑use) – **default folder** # -------------------------------------------------