Spaces:
Runtime error
Runtime error
Commit
·
7d6aa21
1
Parent(s):
ebffff3
chmod
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -32,6 +32,7 @@ RUN make install
|
|
32 |
# $HOME/apache
|
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
|
|
|
32 |
# $HOME/apache
|
33 |
# /usr/local/apache2/conf/httpd.conf
|
34 |
|
35 |
+
RUN chmod 777 -R /usr/local/apache2
|
36 |
RUN ls -la /usr/local/apache2/bin
|
37 |
RUN sed -i 's/Listen 80/Listen 7860/' /usr/local/apache2/conf/httpd.conf
|
38 |
RUN cat /usr/local/apache2/conf/httpd.conf
|