A simple local WordPress Docker setup.
- Clone your theme into the root of this project
- Personalize
.env
. These are the settings that will be used by Docker to setup the database etc. - Run (both options will install into a
wordpress
folder which is used by Docker)make setup
to download the latest WordPress from WordPress.org
Browse to http://localhost and complete your WordPress install.