First Commit!

This commit is contained in:
2025-06-02 00:50:27 +00:00
parent dcd4cc23fd
commit 34bf3bb762
8 changed files with 341 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Wordpress - make a copy of wp-includes to compare with existing volumes
# 'docker-compose exec wordpress bash -c 'cd /var/www/html/wp-includes && grep wp_version version.php'
FROM wordpress:6-fpm
# ancient debian
#RUN apt update && apt -y install vim less
# Using cp rather than mv so the image can easily be rebuilt
RUN cp -a /usr/src/wordpress/wp-content /var/www/html/wp-content-new