templates/deployment.yaml を更新
This commit is contained in:
@@ -28,7 +28,7 @@ spec:
|
|||||||
echo "=== WordPress Initialization Started ==="
|
echo "=== WordPress Initialization Started ==="
|
||||||
|
|
||||||
echo "Copying WordPress to emptyDir..."
|
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"
|
echo "WordPress files copied"
|
||||||
|
|
||||||
if [ ! -d /var/www/html/wp-content/themes ]; then
|
if [ ! -d /var/www/html/wp-content/themes ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user