ladogton2010 commited on
Commit
e6c7958
·
1 Parent(s): c0695d8
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -49,5 +49,6 @@ RUN sed -i 's/Listen 80/Listen 7860/' /apache2/conf/httpd.conf
49
 
50
  # RUN which php-cgi;
51
  RUN which php
 
52
  RUN locate index.php;
53
  CMD [ "bash","-c", "/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
 
49
 
50
  # RUN which php-cgi;
51
  RUN which php
52
+ RUN updatedb
53
  RUN locate index.php;
54
  CMD [ "bash","-c", "/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]