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

Commit

Permalink
Set always_populate_raw_post_data to -1
Browse files Browse the repository at this point in the history
  • Loading branch information
slin-master committed Aug 25, 2015
1 parent 0185ccb commit cc909ef
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 cc909ef

Please sign in to comment.