alpha #1

Merged
sylvain merged 5 commits from alpha into beta 2025-05-16 19:48:42 +00:00
Showing only changes of commit 8303f92ee3 - Show all commits

View File

@@ -1,7 +1,7 @@
#!/bin/bash
echo "[INFO] Lancement du service cron..."
service cron start
# Démarrage du service Apache
service apache2 start
echo "[INFO] Lancement du serveur Apache..."
apachectl -D FOREGROUND
# Attente indéfinie pour maintenir le conteneur en cours d'exécution
tail -f /dev/null