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"