Skip to content

Commit

Permalink
needs a php directory in run
Browse files Browse the repository at this point in the history
  • Loading branch information
rossriley committed May 12, 2016
1 parent 5c692e6 commit 5f9bee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN curl -sS https://getcomposer.org/installer | php
RUN mv composer.phar /usr/local/bin/composer

# Configure nginx for PHP websites
RUN mkdir /var/run/php
RUN echo "cgi.fix_pathinfo = 0;" >> /etc/php/7.0/fpm/php.ini
RUN echo "max_input_vars = 10000;" >> /etc/php/7.0/fpm/php.ini
RUN echo "date.timezone = Europe/London;" >> etc/php/7.0/fpm/php.ini
Expand Down

0 comments on commit 5f9bee3

Please sign in to comment.