Spaces:
Runtime error
Runtime error
Commit
·
9197a68
1
Parent(s):
f3afbba
where php
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -48,5 +48,6 @@ COPY test.html /apache2/htdocs/test.html
|
|
48 |
RUN sed -i 's/Listen 80/Listen 7860/' /apache2/conf/httpd.conf
|
49 |
|
50 |
RUN which php-cgi
|
|
|
51 |
RUN locate index.php;
|
52 |
CMD [ "bash","-c", "/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|
|
|
48 |
RUN sed -i 's/Listen 80/Listen 7860/' /apache2/conf/httpd.conf
|
49 |
|
50 |
RUN which php-cgi
|
51 |
+
RUN which php
|
52 |
RUN locate index.php;
|
53 |
CMD [ "bash","-c", "/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|