removed node_modules volume, you should rebuild on dependency change

This commit is contained in:
Eliot Berriot 2017-12-23 16:40:40 +01:00
parent 0c5f151fc1
commit 7492395c9b
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ services:
- "8080:8080"
volumes:
- './front:/app'
- /app/node_modules
postgres:
env_file: .env.dev