Spaces:
Runtime error
Runtime error
Commit
·
9c68198
1
Parent(s):
aadc64f
RUN updatedb
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -78,6 +78,7 @@ RUN sed -i 's/Listen 80/Listen 7860/' /home/user/apache2/conf/httpd.conf
|
|
78 |
# RUN which php-cgi;
|
79 |
# RUN a2enmod php
|
80 |
RUN which php
|
|
|
81 |
RUN locate index.php;
|
82 |
USER user
|
83 |
CMD [ "bash","-c", "/home/user/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|
|
|
78 |
# RUN which php-cgi;
|
79 |
# RUN a2enmod php
|
80 |
RUN which php
|
81 |
+
RUN updatedb
|
82 |
RUN locate index.php;
|
83 |
USER user
|
84 |
CMD [ "bash","-c", "/home/user/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|