Skip to content

Commit

Permalink
Changed Corrected file mode of kool cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
David Weisgerber committed Jun 21, 2017
1 parent bfe1389 commit e8074b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADD menu.php /var/lib/kOOL/lib/menu.php
RUN mkdir /var/www/html/kOOL && cp /var/lib/kOOL/lib/install/kOOL_setup.sh /var/www/html/kOOL && cd /var/www/html/kOOL && bash ./kOOL_setup.sh
ADD kool.cron /etc/cron.d/kool
RUN chown root:root /etc/cron.d/kool
RUN chmod 0664 /etc/cron.d/kool
RUN chmod 0644 /etc/cron.d/kool
RUN /usr/sbin/php5enmod imap

ADD mrbs.zip /var/www/html/mrbs.zip
Expand Down

0 comments on commit e8074b0

Please sign in to comment.