Spaces:
Runtime error
Runtime error
Commit
·
1e12739
1
Parent(s):
cca4f34
cat
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -33,6 +33,7 @@ RUN make install
|
|
33 |
# /usr/local/apache2/conf/httpd.conf
|
34 |
|
35 |
RUN ls -la /usr/local/apache2/bin
|
|
|
36 |
RUN /usr/local/apache2/bin/apachectl start
|
37 |
|
38 |
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 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" ]
|