Skip to content

Commit

Permalink
add override bind volume /app/node_modules in compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BodomBeach committed May 29, 2024
1 parent 996163b commit dcc3084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ services:
command: npm run dev
restart: unless-stopped
volumes:
- .:/app
- .:/app
- /app/node_modules # Avoid overwriting node_modules of main bind (.:/app)

0 comments on commit dcc3084

Please sign in to comment.