Added stdin_open and tty to composer container.

This commit is contained in:
Lewin Probst 2020-12-23 11:55:43 +01:00
parent 102ac45b8b
commit 02cdcf2573

View file

@ -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