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
commit 7492395c9b
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27

View file

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