File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ As a work-around for this behavior, you can put vendor or third-party library di
4949
5050* Custom synchronisation of ` vendor ` and ` generated ` :
5151 * These volumes are synchronised seamless thanks to [magento2-dockergento-console](https://github.com/ModestCoders/magento2-dockergento-console)
52- * See [dockergento workflow](#workflow) for a better understanding about whole development process with dockergento.
52+ * See [dockergento workflow](#workflow) for a better understanding about whole development process with dockergento.
5353
5454## Preconditions
5555
@@ -101,9 +101,7 @@ As a work-around for this behavior, you can put vendor or third-party library di
101101 image: modestcoders/unison:2.51.2
102102 volumes:
103103 - app-vendor:/var/www/html/<magento_dir>/vendor
104- - app-generated:/var/www/html/<magento_dir>/generated
105104 - ./vendor:/sync/vendor
106- - ./generated:/sync/generated
107105 environment:
108106 - SYNC_SOURCE_BASE_PATH=/sync
109107 - SYNC_DESTINATION_BASE_PATH=/var/www/html/<magento_dir>
You can’t perform that action at this time.
0 commit comments