Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -24,8 +24,6 @@ RUN groupadd www && useradd -g www www
|
|
24 |
|
25 |
RUN chown -R www:www /var/www/html
|
26 |
|
27 |
-
RUN echo "ServerName surbao-easyimages.hf.space" >> /etc/apache2/apache2.conf
|
28 |
-
|
29 |
RUN sed -i 's/Listen 80/Listen 7860/' /etc/apache2/ports.conf \
|
30 |
&& sed -i 's/<VirtualHost \*:80>/<VirtualHost \*:7860>/' /etc/apache2/sites-available/000-default.conf
|
31 |
|
|
|
24 |
|
25 |
RUN chown -R www:www /var/www/html
|
26 |
|
|
|
|
|
27 |
RUN sed -i 's/Listen 80/Listen 7860/' /etc/apache2/ports.conf \
|
28 |
&& sed -i 's/<VirtualHost \*:80>/<VirtualHost \*:7860>/' /etc/apache2/sites-available/000-default.conf
|
29 |
|