templates/deployment.yaml を更新

This commit is contained in:
2025-12-13 10:43:56 +00:00
parent 7e86619927
commit 4b0a613bc6

View File

@@ -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