6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
composer install
|
|
composer update
|
|
php artisan migrate
|
|
php artisan serve --port=$APP_PORT --host=0.0.0.0 |