Skip to content

Commit

Permalink
Merge pull request #53 from CachetHQ/rel-2.1.2
Browse files Browse the repository at this point in the history
Cachet v2.1.2 release
  • Loading branch information
djdefi committed Mar 4, 2016
2 parents f38d67f + bfbd201 commit c03fafe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ WORKDIR /var/www/html/
# Install composer
RUN curl -sS https://getcomposer.org/installer | php

RUN wget https://github.com/CachetHQ/Cachet/archive/v2.1.1.tar.gz && \
tar xzvf v2.1.1.tar.gz --strip-components=1 && \
RUN wget https://github.com/CachetHQ/Cachet/archive/v2.1.2.tar.gz && \
tar xzvf v2.1.2.tar.gz --strip-components=1 && \
chown -R www-data /var/www/html && \
rm -r v2.1.1.tar.gz && \
rm -r v2.1.2.tar.gz && \
php composer.phar install --no-dev -o

COPY docker/entrypoint.sh /sbin/entrypoint.sh
Expand Down

0 comments on commit c03fafe

Please sign in to comment.