ladogton2010 commited on
Commit
8f76304
·
1 Parent(s): 6f59e36
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ RUN apache2ctl -S
11
  RUN service apache2 start
12
  RUN netstat -tulpn
13
  RUN chmod 777 -R /var/log/apache2 /var/run/apache2; ls -la /var/log/apache2
 
14
  RUN chmod 777 /var/log/apache2/error.log; ls -la /var/log/apache2/error.log
15
 
16
  COPY app /var/www/html/
 
11
  RUN service apache2 start
12
  RUN netstat -tulpn
13
  RUN chmod 777 -R /var/log/apache2 /var/run/apache2; ls -la /var/log/apache2
14
+ RUN rm -rf /var/www/html/index.html
15
  RUN chmod 777 /var/log/apache2/error.log; ls -la /var/log/apache2/error.log
16
 
17
  COPY app /var/www/html/