Parcourir la source

Start apache with exec

bt90 il y a 2 ans
Parent
commit
c2733a478c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docker/entrypoint.sh

+ 1 - 1
docker/entrypoint.sh

@@ -88,4 +88,4 @@ fi
 echo "Done, Starting APACHE"
 
 # This runs apache
-apache2-foreground
+exec apache2-foreground