Surbao commited on
Commit
6e373a4
·
verified ·
1 Parent(s): 561e579

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -19,7 +19,8 @@ RUN chmod -R 777 /var/www
19
 
20
  RUN chown -R www-data:www-data /var/www/html \
21
  && chmod -R 777 /var/www/html/i
22
- && chown -R www:www /var/www/html
 
23
 
24
  RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
25
 
 
19
 
20
  RUN chown -R www-data:www-data /var/www/html \
21
  && chmod -R 777 /var/www/html/i
22
+
23
+ RUN chown -R www:www /var/www/html
24
 
25
  RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
26