Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -34,8 +34,8 @@ RUN sed -i 's/Listen 80/Listen 7860/' /etc/apache2/ports.conf \
|
|
34 |
&& sed -i 's/<VirtualHost \*:80>/<VirtualHost \*:7860>/' /etc/apache2/sites-available/000-default.conf
|
35 |
|
36 |
RUN sed -i '/<\/VirtualHost>/i <Directory /var/www/html>\n AllowOverride All\n</Directory>' /etc/apache2/sites-available/000-default.conf
|
|
|
37 |
RUN cat /etc/apache2/sites-available/000-default.conf
|
38 |
-
RUN cat /usr/local/apache2/conf/httpd.conf
|
39 |
|
40 |
EXPOSE 7860
|
41 |
|
|
|
34 |
&& sed -i 's/<VirtualHost \*:80>/<VirtualHost \*:7860>/' /etc/apache2/sites-available/000-default.conf
|
35 |
|
36 |
RUN sed -i '/<\/VirtualHost>/i <Directory /var/www/html>\n AllowOverride All\n</Directory>' /etc/apache2/sites-available/000-default.conf
|
37 |
+
|
38 |
RUN cat /etc/apache2/sites-available/000-default.conf
|
|
|
39 |
|
40 |
EXPOSE 7860
|
41 |
|