Skip to content

Commit f8218f3

Browse files
committed
Merge pull request #942 from di/revert-node-modules-data-volume
Add node_modules as data volume
2 parents aeb5ac8 + 1d45bba commit f8218f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ app:
2121
build: .
2222
volumes:
2323
- .:/app/
24+
- /app/node_modules
2425
environment:
2526
WAREHOUSE_ENV: development
2627
WAREHOUSE_TOKEN: insecuretoken

0 commit comments

Comments
 (0)