Sfoglia il codice sorgente

Start apache with exec

bt90 2 anni fa
parent
commit
c2733a478c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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