We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f736e commit 49c3a59Copy full SHA for 49c3a59
docker-compose.dev.yml
@@ -60,7 +60,12 @@ services:
60
- ./:/var/www/html/monarc
61
# Preserve vendor directory in named volume for better performance
62
- vendor_data:/var/www/html/monarc/vendor
63
+ # Override monarc vendor packages to keep local edits in sync
64
+ - ./vendor/monarc:/var/www/html/monarc/vendor/monarc:delegated
65
- node_modules_data:/var/www/html/monarc/node_modules
66
+ # Override the volumes to keep local edits in sync
67
+ - ./node_modules/ng_backoffice:/var/www/html/monarc/node_modules/ng_backoffice:delegated
68
+ - ./node_modules/ng_anr:/var/www/html/monarc/node_modules/ng_anr:delegated
69
working_dir: /var/www/html/monarc
70
71
networks:
0 commit comments