frankenwp
frankenwp copied to clipboard
fix: run wpcli as non root
Currently I got an error when try to run wp cli as non root
Execute bash = docker exec -u www-data -it [container-id] bash
Then run
www-data@114c78c46d9f:~/html$ wp
sh: 1: less: not found
It will be fixed by installing less package