Skip to content

Commit ca982c1

Browse files
authored
PR #8 from psaux-it/dev_plugins
dev_plugins
2 parents bf0f956 + 2dbf12d commit ca982c1

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ export NPP_DEV_TMP_CLONE_DIR_="/tmp/${NPP_DEV_PLUGIN_NAME_}"
6262
export NPP_DEV_PLUGIN_FILE_="${NPP_DEV_PLUGIN_DIR_}/${NPP_DEV_PLUGIN_NAME_}.php"
6363
export NPP_DEV_GITHUB_REPO_="https://github.com/psaux-it/nginx-fastcgi-cache-purge-and-preload.git"
6464

65-
# Plugins to auto Install (comma seperated)
66-
export NPP_PLUGINS_="${NPP_DEV_PLUGIN_NAME_}, contact-form-7"
65+
# Plugins to auto Install (comma seperated) - Dev Tools
66+
export NPP_PLUGINS_="${NPP_DEV_PLUGIN_NAME_},query-monitor,plugin-check,wp-crontrol,health-check"
6767

6868
# Themes to auto Install (comma seperated)
6969
export NPP_THEMES_="blue-note"

wordpress/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
# WordPress, PHP-FPM, Nginx, MySQL, WP-CLI, and necessary PHP extensions. #
66
# ---------------------------------------------------------------------------- #
77

8-
# Set core versions
9-
ARG NPP_PHP_VERSION=8.2 \
10-
NPP_WORDPRESS_VERSION=6.7.1
11-
128
# Here the magic, the rest of it is ordinary
13-
FROM wordpress:${NPP_WORDPRESS_VERSION}-php${NPP_PHP_VERSION}-fpm
9+
FROM wordpress:6.7.1-php8.2-fpm
1410

1511
# Set some ugly stuff
1612
ENV LANG=C.UTF-8 \

0 commit comments

Comments
 (0)