Skip to content

Commit

Permalink
Fixed bug: MRBS unpacked to wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
davidweisgerber committed Jan 7, 2017
1 parent bc1dab8 commit cf43e8e
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 @@ -19,7 +19,7 @@ RUN chown root:root /etc/cron.d/kool
RUN chmod 0770 /etc/cron.d/kool

ADD mrbs.zip /var/www/html/mrbs.zip
RUN unzip /var/www/html/mrbs.zip && rm /var/www/html/mrbs.zip
RUN cd /var/www/html/ && unzip /var/www/html/mrbs.zip && rm /var/www/html/mrbs.zip
ADD config.inc.php /var/www/html/mrbs/config.inc.php

RUN mkdir /data
Expand Down

0 comments on commit cf43e8e

Please sign in to comment.