You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- .:/usr/local/src/reaction-app # link everything from the root folder on the host machine into the container
20
-
- empty_node_modules:/usr/local/src/reaction-app/node_modules # except do not link the host node_modules in because it will override the container node_modules
21
-
- node_modules:/usr/local/src/node_modules #persist the node_modules that is used, which is up one folder level in the container
20
+
- node_modules:/usr/local/src/reaction-app/node_modules # except do not link the host /node_modules in because it will override the container node_modules
21
+
- package_node_modules:/usr/local/src/reaction-app/package/node_modules #except do not link the host /package/node_modules in because it will override the container node_modules
0 commit comments