ladogton2010 commited on
Commit
52abbeb
·
1 Parent(s): 4f88c02
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ 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"]
 
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", "service apache2 start; stail -F error.log"]