frankenwp icon indicating copy to clipboard operation
frankenwp copied to clipboard

fix: run wpcli as non root

Open praswicaksono opened this issue 1 year ago • 0 comments

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

praswicaksono avatar Dec 20 '24 12:12 praswicaksono