MaketRandevu/docker/php-fpm/start-container

14 lines
216 B
Plaintext
Raw Normal View History

#!/bin/bash
echo "➜ Install Composer Dependencies"
composer install
echo "➜ Install NPM Dependencies"
npm install
echo "➜ Build Project Assets"
npx gulp build
echo "➜ Listen To Incoming Requests"
php-fpm