Using Docker is Super Easy once it's installed, you just need to run the following commands:
npm install
composer install
php artisan key:generate
php artisan config:cache
npm start
Now that we have all the dependencies installed, we can build the website:
npm run dev
npm run prod
Now you can open your web browser to http://localhost:8000