Skip to content

Commit

Permalink
customize cli configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Sep 6, 2015
1 parent 42b98cf commit 306b430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN sed -i -e 's/;daemonize\s*=\s*yes/daemonize = no/g' /etc/php5/fpm/php-fpm.co
ADD www.conf /etc/php5/fpm/pool.d/www.conf
ADD php-fpm.ini /etc/php5/fpm/php.ini
ADD xdebug.ini /etc/php5/mods-available/xdebug.ini
ADD php-cli.ini /etc/php5/cli/conf.d/30-dockerony.ini

COPY entrypoint.sh /

Expand Down
2 changes: 2 additions & 0 deletions php/php-cli.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
date.timezone = "Europe/Paris"
error_reporting = -1

0 comments on commit 306b430

Please sign in to comment.