Added stdin_open and tty to composer container.
This commit is contained in:
parent
102ac45b8b
commit
02cdcf2573
1 changed files with 2 additions and 0 deletions
|
|
@ -23,4 +23,6 @@ services:
|
||||||
container_name: lewp_composer
|
container_name: lewp_composer
|
||||||
volumes:
|
volumes:
|
||||||
- ./../:/app
|
- ./../:/app
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
command: composer install --ignore-platform-reqs
|
command: composer install --ignore-platform-reqs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue