beta #2

Closed
sylvain wants to merge 20 commits from beta into main
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