Ver Fonte

Start apache with exec

bt90 há 2 anos atrás
pai
commit
c2733a478c
1 ficheiros alterados com 1 adições e 1 exclusões
  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