Skip to content

Commit

Permalink
Merge pull request #42 from humpbackdev/feature/85-fix-ahoy-site-setup
Browse files Browse the repository at this point in the history
85: Ahoy composer should run without memory limit.
  • Loading branch information
kporras07 committed Feb 27, 2019
2 parents 0d0a380 + e5b73aa commit d5afc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands:
usage: Restart the docker-compose containers.

composer:
cmd: docker-compose run cli composer "$@"
cmd: docker-compose run cli php -d memory_limit=-1 /usr/local/bin/composer "$@"
usage: Run composer commands in the cli service container.

drush:
Expand Down

0 comments on commit d5afc18

Please sign in to comment.