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