alpha #1
@@ -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
|
||||
Reference in New Issue
Block a user