Skip to content

Commit

Permalink
Removed php container hack. (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Jun 15, 2018
1 parent 8e4a685 commit fbadf89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ RUN apk update \

ADD patches /app/patches
ADD scripts /app/scripts
# Temporary fix for max_input_vars being empty.
RUN echo "max_input_vars=1000" > /usr/local/etc/php/php.ini

COPY composer.json composer.lock .env /app/
RUN composer install --no-dev --optimize-autoloader --prefer-dist --ansi --no-suggest

Expand Down

0 comments on commit fbadf89

Please sign in to comment.