Surbao commited on
Commit
feae3a2
·
verified ·
1 Parent(s): 754180e

Update Dockerfile

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