typo
Build and Push Docker Images / build-and-push (push) Successful in 26s

This commit is contained in:
2025-07-27 16:48:44 +02:00
parent 379cb1a7b3
commit 54dff287d7
@@ -95,6 +95,6 @@ sed -i "s/^ nodename:.*/ nodename: $HOSTNAME/" "$CONFIG_FILE"
# Start the cron service # Start the cron service
service cron start service cron start
nohup teleport start & nohup teleport start &
z
# Start the application with pm2 # Start the application with pm2
exec pm2-runtime "php -t public -S 0.0.0.0:8000" exec pm2-runtime "php -t public -S 0.0.0.0:8000"