|
Hey! I've got two containers, one for PHP and one for NPM. I have currently this: EXEC_GRUMPHP_COMMAND: [ 'docker-compose', 'exec', '-T', 'php', 'php', '-d', 'memory_limit=-1' ]Do you have any idea how can I run my NPM on hooks? Thanks in advance |
Answered by
veewee
Dec 23, 2021
Replies: 1 comment 1 reply
|
It is not possible to run GrumPHP on multiple containers. |
1 reply
Answer selected by
roukmoute
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not possible to run GrumPHP on multiple containers.
You can do so by creating a separate container that contains both php and node.