aschmelyun / docker-compose-wordpress

A docker-compose workflow for local WordPress development
241 stars 151 forks source link

Makefile to make running wp-cli commands simpler #6

Open johnfmorton opened 3 years ago

johnfmorton commented 3 years ago

With this Makefile, executing the wp-cli commands is easier. Instead of typing docker-compose run --rm wp user list, you can just type make wp user list.