Browse Source

Start apache with exec

bt90 1 year ago
parent
commit
c2733a478c
1 changed files with 1 additions and 1 deletions
  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