moeen-basra / laravel-react

Laravel 8 and React 17 boilerplate

Home Page:http://laravel-react.moeen.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong docker name

damianfabian opened this issue · comments

The Readme said the command to open the console must be:

docker exec -it laravel-react-app sh

but the correct command is:

docker exec -it laravel_react_app sh

Please fix it