Surbao commited on
Commit
0612b20
·
verified ·
1 Parent(s): 31bc943

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN groupadd www && useradd -g www www
24
 
25
  RUN chown -R www:www /var/www/html
26
 
27
- RUN echo "ServerName localhost" >> /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
 
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