Spaces:
Runtime error
Runtime error
Commit
·
dc145d2
1
Parent(s):
3b50dd7
bin
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,7 +32,7 @@ RUN make install
|
|
32 |
# $HOME/apache
|
33 |
# /usr/local/apache2/conf/httpd.conf
|
34 |
|
35 |
-
|
36 |
# RUN /usr/local/apache2/conf/apachectl start
|
37 |
|
38 |
CMD [ "bash","-c", "apachectl start; curl localhost; tail -F error.log" ]
|
|
|
32 |
# $HOME/apache
|
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" ]
|