cp .env.example .env
composer install
php artisan key:generate
npm install
docker-compose build
