6 lines
140 B
Bash
6 lines
140 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
composer install --no-interaction --no-ansi --optimize-autoloader --apcu-autoloader
|
||
|
rm -rf ~/.composer/cache/*
|
||
|
php-fpm
|