pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Docker attempts to create wp-config.php in /build #145

Open pento opened 5 years ago

pento commented 5 years ago

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:

  1. Check out a fresh copy of WordPress
  2. Select that fresh copy as your WordPress directory in TestPress
  3. Wait for Docker to restart with this new directory
  4. See the debug message output, showing that wp-config.php wasn't created

Expected behaviour

wp-config.php should be created!