diff --git a/entrypoint.sh b/entrypoint.sh index 0bf7444..0a094f1 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,12 +14,12 @@ install() { install_themes() { echo "Install Themes" - cp -R /tmp/wordpress/themes/ /app/wordpress/wp-content/themes/ + cp -R /tmp/wordpress/themes/* /app/wordpress/wp-content/themes/ } install_plugins() { echo "Install Plugins" - cp -R /tmp/wordpress/themes/ /app/wordpress/wp-content/themes/ + cp -R /tmp/wordpress/plugins/* /app/wordpress/wp-content/plugins/ } config() {