Surbao commited on
Commit
9cd41d4
·
verified ·
1 Parent(s): feae3a2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -15,8 +15,10 @@ RUN git clone https://github.com/icret/EasyImages2.0.git /var/www/html
15
 
16
  WORKDIR /var/www/html
17
 
 
 
18
  RUN chown -R www-data:www-data /var/www/html \
19
- && chmod -R 755 /var/www/html && chmod -R 777 /var/www/html/i
20
 
21
  RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
22
 
 
15
 
16
  WORKDIR /var/www/html
17
 
18
+ RUN chmod -R 777 /var/www/html
19
+
20
  RUN chown -R www-data:www-data /var/www/html \
21
+ && chmod -R 777 /var/www/html/i
22
 
23
  RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
24