Skip to content

Commit

Permalink
Merge pull request #31 from CachetHQ/remove-CN-hack
Browse files Browse the repository at this point in the history
Remove CN language hack from Dockerfile
  • Loading branch information
djdefi committed Jan 13, 2016
2 parents 8762e89 + 0e1f43e commit ddaa190
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ RUN cd /var/www/html && \
tar xzvf master.tar.gz --strip-components=1 && \
chown -R www-data /var/www/html && \
rm -r master.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
php composer.phar install --no-dev -o

COPY docker/entrypoint.sh /sbin/entrypoint.sh

Expand Down

0 comments on commit ddaa190

Please sign in to comment.