5 lines
130 B
Bash
Executable File
5 lines
130 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd /var/www/netgescon
|
|
bash scripts/repair-ui.sh
|
|
php artisan serve --host=0.0.0.0 --port=8000 |