ladogton2010 commited on
Commit
4f88c02
·
1 Parent(s): ee911f6
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,6 +9,6 @@ RUN cat /etc/apache2/sites-enabled/000-default.conf
9
  RUN cat /etc/apache2/ports.conf
10
  RUN apache2ctl -S
11
  RUN service apache2 start
12
- RUN chmod 777 /var/log/apache2/error.log; : listo
13
 
14
  CMD ["bash", "-c", "apache2ctl -S;service apache2 start; stail -F error.log"]
 
9
  RUN cat /etc/apache2/ports.conf
10
  RUN apache2ctl -S
11
  RUN service apache2 start
12
+ RUN chmod 777 /var/log/apache2/error.log; ls -la /var/log/apache2/error.log
13
 
14
  CMD ["bash", "-c", "apache2ctl -S;service apache2 start; stail -F error.log"]