Skip to content

Commit

Permalink
Cachet v2.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
djdefi committed May 24, 2016
1 parent 3e5f4c6 commit e5b4d15
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/master.tar.gz && \
tar xzvf master.tar.gz --strip-components=1 && \
RUN wget https://github.com/cachethq/Cachet/archive/v2.2.2.tar.gz && \
tar xzvf v2.2.2.tar.gz --strip-components=1 && \
chown -R www-data /var/www/html && \
rm -r master.tar.gz && \
rm -r v2.2.2.tar.gz && \
php composer.phar install --no-dev -o

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

0 comments on commit e5b4d15

Please sign in to comment.