Skip to content

Commit 71ca328

Browse files
author
Berry Langerak
committed
Removing the node_modules mount, as that causes more troubles than it solves.
1 parent b4389d1 commit 71ca328

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,5 @@ services:
77
- "3000:3000"
88
volumes:
99
- .:/usr/src/app
10-
- node_modules:/usr/src/app/node_modules
1110
environment:
12-
- NODE_ENV=development
13-
14-
volumes:
15-
node_modules:
16-
11+
- NODE_ENV=development

0 commit comments

Comments
 (0)