easyappointments/docker/php-fpm/start-container

14 lines
212 B
Plaintext
Raw Normal View History

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