Skip to content

Commit

Permalink
Cachet 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djdefi committed Nov 16, 2015
1 parent 2ec3a6b commit 2eca7f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM cachethq/docker:base-d3506c1

RUN cd /var/www/html && \
wget https://github.com/cachethq/Cachet/archive/v1.2.0.tar.gz && \
tar xzvf v1.2.0.tar.gz --strip-components=1 && \
wget https://github.com/cachethq/Cachet/archive/v1.2.1.tar.gz && \
tar xzvf v1.2.1.tar.gz --strip-components=1 && \
chown -R www-data /var/www/html && \
rm -r v1.2.0.tar.gz && \
rm -r v1.2.1.tar.gz && \
php composer.phar install --no-dev -o && \
cp -n vendor/jenssegers/date/src/Lang/zh.php vendor/jenssegers/date/src/Lang/zh-CN.php

Expand All @@ -14,11 +14,11 @@ WORKDIR /var/www/html/

# copy the various nginx and supervisor conf (to handle both fpm and nginx)
COPY docker/.env.docker /var/www/html/.env
RUN chown www-data /var/www/html/.env

COPY docker/crontab /etc/cron.d/artisan-schedule
RUN chmod 0644 /etc/cron.d/artisan-schedule &&\
touch /var/log/cron.log
touch /var/log/cron.log &&\
chown www-data /var/www/html/.env

EXPOSE 8000

Expand Down

0 comments on commit 2eca7f8

Please sign in to comment.