Closed
Description
I have a .env.example inside my docker-compose project. For simplicity, when onboarding a team member, I just ask to rename it to .env, change the debug value if you are developer, and docker-compose up
.
If you are a designer you don't need to change that value. Just keep its value as it is. i.e By default I have the env variable set to FALSE. But even if it is set to false it adds WP_DEBUG=true
.
So please don't check with an empty variable. Rather it should be checked if it is set to true or not
wordpress/docker-entrypoint.sh
Line 231 in 8215003