diff --git a/dockerfiles/services/wordpress/run-wordpress.sh b/dockerfiles/services/wordpress/run-wordpress.sh
index 19a8a77ea5a5ec12f6645fe7a58bc39fbda374fa..cd0a7dfa15e25b47d67b38d327c4ab5ec172fb29 100644
--- a/dockerfiles/services/wordpress/run-wordpress.sh
+++ b/dockerfiles/services/wordpress/run-wordpress.sh
@@ -1,7 +1,8 @@
 #!/bin/bash
 
 if [ ! "$(ls -A /app/wp-content)" ]; then
-  mv /wp-content /app/wp-content
+  mv /wp-content/* /app/wp-content/
+  mv /wp-content/.* /app/wp-content/
 fi
 
 chown -R root:www-data /app