1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-08-16 21:50:33 +03:00

chore(docker-dev): ignore node_modules in the volume (#243)

This commit is contained in:
Divlo 2021-05-08 04:37:26 +02:00 committed by GitHub
parent 5f9e9b5ad4
commit 72ed68599c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,4 +14,4 @@ services:
command: 'npm run dev:server && npm run dev:app'
volumes:
- './:/app'
- 'node_modules:/app/node_modules'
- '/app/node_modules'