We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be8c38 commit f859768Copy full SHA for f859768
1 file changed
docker-compose.dev.yml
@@ -1,5 +1,11 @@
1
version: "3.0"
2
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
9
dsomm: &dsomm
10
build: .
11
volumes:
0 commit comments