docker-compose-wordpress icon indicating copy to clipboard operation
docker-compose-wordpress copied to clipboard

Makefile to make running wp-cli commands simpler

Open johnfmorton opened this issue 4 years ago • 0 comments

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.

johnfmorton avatar Aug 24 '21 20:08 johnfmorton