Skip to content

Commit

Permalink
feat(magento): add support for ee patches folder
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed May 27, 2020
1 parent 05c4342 commit 6f6ecd4
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 @@ -13,6 +13,7 @@ services:
- ../pub:/var/www/html/pub:delegated
- ../setup:/var/www/html/setup:cached
- ../update:/var/www/html/update:cached
- ../patches:/var/www/html/patches: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
Expand Down

0 comments on commit 6f6ecd4

Please sign in to comment.