testpress
testpress copied to clipboard
Docker attempts to create wp-config.php in /build
Describe the bug
When running TestPress on a clean system, with a fresh checkout of WordPress, creation of the wp-config.php file will fail.
To Reproduce
Steps to reproduce the behaviour:
- Check out a fresh copy of WordPress
- Select that fresh copy as your WordPress directory in TestPress
- Wait for Docker to restart with this new directory
- See the debug message output, showing that
wp-config.phpwasn't created
Expected behaviour
wp-config.php should be created!