Spaces:
Runtime error
Runtime error
Commit
·
ebf9733
1
Parent(s):
787faf0
locate
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -37,5 +37,7 @@ RUN ls -la /apache2/bin
|
|
37 |
RUN sed -i 's/Listen 80/Listen 7860/' /apache2/conf/httpd.conf
|
38 |
RUN cat /apache2/conf/httpd.conf
|
39 |
# RUN /apache2/bin/apachectl start
|
40 |
-
|
|
|
|
|
41 |
CMD [ "bash","-c", "/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|
|
|
37 |
RUN sed -i 's/Listen 80/Listen 7860/' /apache2/conf/httpd.conf
|
38 |
RUN cat /apache2/conf/httpd.conf
|
39 |
# RUN /apache2/bin/apachectl start
|
40 |
+
RUN apt install -y locate
|
41 |
+
RUN updatedb
|
42 |
+
RUN locate index.html
|
43 |
CMD [ "bash","-c", "/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|