kutzooi
Build and Push Docker Images / build-and-push (push) Successful in 9m42s

This commit is contained in:
2025-07-27 16:08:52 +02:00
parent e51894361f
commit 9b499b82a8
3 changed files with 3 additions and 6 deletions
@@ -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