Caching npm modules

This commit is contained in:
Miguel Martinez
2016-06-17 12:14:33 -07:00
parent fb5f3a03bf
commit 9b835ee6b3
2 changed files with 9 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ services:
myapp:
tty: true # Enables debugging capabilities when attached to this container.
image: bitnami/express:4.13.4-r1
image: bitnami/express:4.13.4-r2
environment:
- DATABASE_URL=mongodb://mongodb:27017/my_app_development
depends_on: