Skip to content

Commit

Permalink
Cachet v2.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
djdefi committed Apr 5, 2016
1 parent ed35b0a commit 97886ea
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.0.tar.gz && \
tar xzvf v2.2.0.tar.gz --strip-components=1 && \
chown -R www-data /var/www/html && \
rm -r master.tar.gz && \
rm -r v2.2.0.tar.gz && \
php composer.phar install --no-dev -o

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

0 comments on commit 97886ea

Please sign in to comment.