ladogton2010 commited on
Commit
cca4f34
·
1 Parent(s): dc145d2
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -33,6 +33,6 @@ RUN make install
33
  # /usr/local/apache2/conf/httpd.conf
34
 
35
  RUN ls -la /usr/local/apache2/bin
36
- # RUN /usr/local/apache2/conf/apachectl start
37
 
38
- CMD [ "bash","-c", "apachectl start; curl localhost; tail -F error.log" ]
 
33
  # /usr/local/apache2/conf/httpd.conf
34
 
35
  RUN ls -la /usr/local/apache2/bin
36
+ RUN /usr/local/apache2/bin/apachectl start
37
 
38
+ CMD [ "bash","-c", "/usr/local/apache2/bin/apachectl start; curl localhost; tail -F error.log" ]