Spaces:
Runtime error
Runtime error
Commit
·
787faf0
1
Parent(s):
3958ff9
no first run
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,6 +36,6 @@ RUN chmod 777 -R /apache2
|
|
36 |
RUN ls -la /apache2/bin
|
37 |
RUN sed -i 's/Listen 80/Listen 7860/' /apache2/conf/httpd.conf
|
38 |
RUN cat /apache2/conf/httpd.conf
|
39 |
-
RUN /apache2/bin/apachectl start
|
40 |
|
41 |
CMD [ "bash","-c", "/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|
|
|
36 |
RUN ls -la /apache2/bin
|
37 |
RUN sed -i 's/Listen 80/Listen 7860/' /apache2/conf/httpd.conf
|
38 |
RUN cat /apache2/conf/httpd.conf
|
39 |
+
# RUN /apache2/bin/apachectl start
|
40 |
|
41 |
CMD [ "bash","-c", "/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|