Browse Source

remove default html folder

SiM 5 years ago
parent
commit
9ec0575330
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docker/apache-php/Dockerfile

+ 2 - 0
docker/apache-php/Dockerfile

@@ -21,6 +21,8 @@ RUN a2enmod headers
 # PHP
 RUN php5enmod imagick
 
+RUN rm -rf /var/www/html
+
 # Simple startup script to avoid some issues observed with container restart 
 ADD start-apache.sh /start-apache.sh
 RUN chmod -v +x /start-apache.sh