dusty
dusty copied to clipboard
A WordPress starter repo which uses Composer and Docker.
I can't quite figure out how to setup the Dockerfile or anything so that I can Debug Themes or Plugins I am creating. Can you share your setup for this?
After running make-environment, you get spaces in the .env file. So docker commands stop working until you manually remove the spaces. .env expects key=value instead of key = value Error...
DotEnv returns everything as a string. - We need a package to convert to booleans, null and integers. - Also needs to load dot env and the required fields. -...