if [[ -n "$1" ]]; then
exec "$@"
else
+ composer install
wait-for-it db:3306 -t 45
- php artisan migrate --database=mysql
- chown -R www-data:www-data storage
+ php artisan migrate --database=mysql --force
+ chown -R www-data storage public/uploads bootstrap/cache
exec apache2-foreground
-fi
\ No newline at end of file
+fi