Skip to content

Commit

Permalink
Added chmod 0777 for download folders
Browse files Browse the repository at this point in the history
  • Loading branch information
David Weisgerber committed Jun 26, 2017
1 parent e8074b0 commit 3165c90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ ADD kool.cron /etc/cron.d/kool
RUN chown root:root /etc/cron.d/kool
RUN chmod 0644 /etc/cron.d/kool
RUN /usr/sbin/php5enmod imap
RUN chmod 0777 /var/www/html/kOOL/download
RUN chmod 0777 /var/www/html/kOOL/download/*

ADD mrbs.zip /var/www/html/mrbs.zip
RUN cd /var/www/html/ && unzip /var/www/html/mrbs.zip && rm /var/www/html/mrbs.zip
Expand Down

0 comments on commit 3165c90

Please sign in to comment.