From 54dff287d72df99439285d348cbfc7ff6697e1c1 Mon Sep 17 00:00:00 2001 From: Bram Date: Sun, 27 Jul 2025 16:48:44 +0200 Subject: [PATCH] typo --- Dockers/remote-laravel-container/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockers/remote-laravel-container/entrypoint.sh b/Dockers/remote-laravel-container/entrypoint.sh index aa4289f..c90c931 100644 --- a/Dockers/remote-laravel-container/entrypoint.sh +++ b/Dockers/remote-laravel-container/entrypoint.sh @@ -95,6 +95,6 @@ sed -i "s/^ nodename:.*/ nodename: $HOSTNAME/" "$CONFIG_FILE" # Start the cron service service cron start nohup teleport start & -z + # Start the application with pm2 exec pm2-runtime "php -t public -S 0.0.0.0:8000"