add node to stage compose file

This commit is contained in:
Oliver Marks 2017-02-12 21:50:29 +00:00
parent 6bedf06f1b
commit 87336bc3f5
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@ services:
# environment: # environment:
# - TERM=xterm # - TERM=xterm
node:
image: node:7-onbuild
command: npm install
volumes:
- ./:/usr/src/app
redis: redis:
image: redis:latest image: redis:latest