Skip to content

Commit f859768

Browse files
author
Timo Pagel
committed
add composer
1 parent 5be8c38 commit f859768

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docker-compose.dev.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
version: "3.0"
22
services:
3+
composer:
4+
image: composer
5+
volumes:
6+
- .:/var/www/html
7+
working_dir: /var/www/html
8+
command: composer install --ignore-platform-reqs --no-interaction --no-plugins --no-scripts --prefer-dist
39
dsomm: &dsomm
410
build: .
511
volumes:

0 commit comments

Comments
 (0)