ladogton2010 commited on
Commit
5654039
·
1 Parent(s): 1e12739
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,7 +33,7 @@ RUN make install
33
  # /usr/local/apache2/conf/httpd.conf
34
 
35
  RUN ls -la /usr/local/apache2/bin
36
- RUN cat PREFIX/conf/httpd.conf
37
  RUN /usr/local/apache2/bin/apachectl start
38
 
39
  CMD [ "bash","-c", "/usr/local/apache2/bin/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 cat /usr/local/apache2/conf/httpd.conf
37
  RUN /usr/local/apache2/bin/apachectl start
38
 
39
  CMD [ "bash","-c", "/usr/local/apache2/bin/apachectl start; curl localhost; tail -F error.log" ]