Skip to content

Commit

Permalink
feat(docker): adds bind mount for mage2docker-modules directory for w…
Browse files Browse the repository at this point in the history
…riting composer modules
  • Loading branch information
damienwebdev committed Jul 12, 2019
1 parent ac4b981 commit a55629b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
- ../setup:/var/www/html/setup:cached
- ../update:/var/www/html/update:cached
- ../index.php:/var/www/html/index.php:cached
- ../mage2docker-modules:/var/www/html/mage2docker-modules:cached
- ../nginx.conf.sample:/var/www/html/nginx.conf:cached
- ../composer.json:/var/www/html/composer.json:delegated
- ../composer.lock:/var/www/html/composer.lock:delegated
Expand Down

0 comments on commit a55629b

Please sign in to comment.