Spaces:
Runtime error
Runtime error
Commit
·
ebffff3
1
Parent(s):
0dd5e07
sed
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,7 +33,7 @@ RUN make install
|
|
33 |
# /usr/local/apache2/conf/httpd.conf
|
34 |
|
35 |
RUN ls -la /usr/local/apache2/bin
|
36 |
-
RUN sed -i 's/Listen 80/Listen 7860/' /
|
37 |
RUN cat /usr/local/apache2/conf/httpd.conf
|
38 |
RUN /usr/local/apache2/bin/apachectl start
|
39 |
|
|
|
33 |
# /usr/local/apache2/conf/httpd.conf
|
34 |
|
35 |
RUN ls -la /usr/local/apache2/bin
|
36 |
+
RUN sed -i 's/Listen 80/Listen 7860/' /usr/local/apache2/conf/httpd.conf
|
37 |
RUN cat /usr/local/apache2/conf/httpd.conf
|
38 |
RUN /usr/local/apache2/bin/apachectl start
|
39 |
|