This commit is contained in:
@@ -93,5 +93,5 @@ sed -i "s/^ nodename:.*/ nodename: $HOSTNAME/" "$CONFIG_FILE"
|
||||
service cron start
|
||||
nohup teleport start &
|
||||
|
||||
# Start the application with pm2
|
||||
exec pm2-runtime "php artisan serve --host=0.0.0.0 --port=8000"
|
||||
# Start the application with Laravel serve command
|
||||
exec php artisan serve --host=0.0.0.0 --port=8000
|
||||
|
||||
Reference in New Issue
Block a user