Skip to content

Commit

Permalink
add the node_modules volume to the project app
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Nov 18, 2024
1 parent 792e5f6 commit 8d2b847
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app-project/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
- ./pages:/usr/src/packages/app-project/pages
- ./src:/usr/src/packages/app-project/src
- ./stores:/usr/src/packages/app-project/stores
- node_modules:/usr/src/node_modules
storybook:
image: front-end-monorepo_dev:latest
entrypoint:
Expand All @@ -34,3 +35,6 @@ services:
- ./pages:/usr/src/packages/app-project/pages
- ./src:/usr/src/packages/app-project/src
- ./stores:/usr/src/packages/app-project/stores
- node_modules:/usr/src/node_modules
volumes:
node_modules:

0 comments on commit 8d2b847

Please sign in to comment.