From 4b0a613bc6ecd6bafc7b486473d682fff06dcbd9 Mon Sep 17 00:00:00 2001 From: pieter Date: Sat, 13 Dec 2025 10:43:56 +0000 Subject: [PATCH] =?UTF-8?q?templates/deployment.yaml=20=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 14105f4..79eef54 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -28,7 +28,7 @@ spec: echo "=== WordPress Initialization Started ===" echo "Copying WordPress to emptyDir..." - cp -rp /usr/src/wordpress/* /var/www/html/ + cp -r /usr/src/wordpress/* /var/www/html/ echo "WordPress files copied" if [ ! -d /var/www/html/wp-content/themes ]; then