Spaces:
Runtime error
Runtime error
Commit ·
681918d
1
Parent(s): e693a69
DEBIG
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
|
@@ -29,7 +29,10 @@ RUN echo
|
|
| 29 |
RUN ./configure --prefix=/usr/local/apache2
|
| 30 |
RUN make
|
| 31 |
RUN make install
|
|
|
|
|
|
|
| 32 |
|
| 33 |
-
RUN
|
|
|
|
| 34 |
|
| 35 |
CMD [ "bash","-c", "apachectl start; curl localhost; tail -F error.log" ]
|
|
|
|
| 29 |
RUN ./configure --prefix=/usr/local/apache2
|
| 30 |
RUN make
|
| 31 |
RUN make install
|
| 32 |
+
$HOME/apache
|
| 33 |
+
/usr/local/apache2/conf/httpd.conf
|
| 34 |
|
| 35 |
+
RUN ls -la /usr/local/apache2
|
| 36 |
+
RUN /usr/local/apache2/apachectl start
|
| 37 |
|
| 38 |
CMD [ "bash","-c", "apachectl start; curl localhost; tail -F error.log" ]
|