-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
RequestRequest for image modification or featureRequest for image modification or featurequestionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
Description
I need to do some other stuff in the container before the php-fpm
is started, but after entrypoint.sh
file provisions wordpress.
In between those two steps, I want to add some plugins (via wp-cli).
So it would be nice if we could hook in to the setup process.
Just before exec "$@"
we could have code that checks if there is a script in predetermined location,
and if there is, it executes it.
Metadata
Metadata
Assignees
Labels
RequestRequest for image modification or featureRequest for image modification or featurequestionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image