Hi @William-Hatanaka
It's nice to hear that Bagisto has been setup on Docker.
To loads scripts, you don't need to mention npm in docker-composer
you can just run command like
login the mysql with command line and then run the command in CLI
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'Current-Root-Password';
FLUSH PRIVILEGES;
replace 'Current-Root-Password' with your password
Kindly run - php artisan bagisto:install at the root of the project.
This command is also used to install bagisto.
If error occurs, kindly attach, its screenshot.