Skip to content

Commit

Permalink
Merge pull request #30 from humpbackdev/feature/update-cli-image
Browse files Browse the repository at this point in the history
Update cli image and add composer command.
  • Loading branch information
kporras07 authored Aug 28, 2018
2 parents e9e0742 + caa5bca commit ea2b785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ commands:
cmd: docker-compose restart "$@"
usage: Restart the docker-compose containers.

composer:
cmd: docker-compose run cli composer "$@"
usage: Run composer commands in the cli service container.

drush:
cmd: docker-compose run cli drush --root=/var/www/html/web "$@"
usage: Run drush commands in the cli service container.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
- humpback_proxy

cli:
image: kporras07/docker-drupal-cli:v0.10.6
image: kporras07/docker-drupal-cli:v0.10.9
links:
- php
- nginx
Expand Down

0 comments on commit ea2b785

Please sign in to comment.