Skip to content

Commit 00e1890

Browse files
committed
Add comment to entrypoint script
1 parent 0c8dacb commit 00e1890

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/wp-entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ if wait-for-it.sh "${WORDPRESS_DB_HOST}" -t 60; then
1414
wp plugin is-installed akismet --allow-root && wp plugin uninstall akismet --allow-root --path="${DOCROOT_PATH}"
1515
wp plugin is-installed hello --allow-root && wp plugin uninstall hello --allow-root --path="${DOCROOT_PATH}"
1616
wp plugin activate "${PLUGIN_NAME}" --allow-root --path="${DOCROOT_PATH}"
17+
18+
# Custom setup instructions
1719
fi
1820

1921
exec "$@"

0 commit comments

Comments
 (0)