#!/usr/bin/env bash set -e cd /app echo "executing COMPOSER UPDATE" composer update echo "executing DATABASE MIGRATE" php artisan migrate --force