Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #112 from slin-master/develop
Browse files Browse the repository at this point in the history
Set always_populate_raw_post_data to -1
  • Loading branch information
weierophinney committed Jan 27, 2016
2 parents 4366c36 + cc909ef commit b2c4b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ WORKDIR /var/www

VOLUME /var/www

RUN cp /usr/src/php/php.ini-development /usr/local/etc/php/php.ini
RUN cp /usr/src/php/php.ini-development /usr/local/etc/php/php.ini \
&& sed -i 's/;always_populate_raw_post_data/always_populate_raw_post_data/g' /usr/local/etc/php/php.ini

CMD composer install \
&& php public/index.php development enable \
Expand Down

0 comments on commit b2c4b2c

Please sign in to comment.