Any modifications to the following list of files necessitate a restart of the containers in WordPressify:
config/
directory..babelrc
..dockerignore
..env
.docker-compose.yml
.Dockerfile-nodejs
.Dockerfile-wordpress
.gulpfile.js
.package.json
.If WordPressify is currently running, exit the process using CTRL/CMD+C
. To apply the changes, rebuild by executing the command:
npm run build
Alternatively, if NodeJS is not installed locally, utilize Docker commands for rebuilding:
docker compose build
By adhering to these guidelines, you can ensure that any modifications to the specified files are properly implemented by restarting the containers in WordPressify.