From 87336bc3f5e0a66521a275e0af955a87622d7e50 Mon Sep 17 00:00:00 2001 From: Oliver Marks Date: Sun, 12 Feb 2017 21:50:29 +0000 Subject: [PATCH] add node to stage compose file --- stage.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stage.yml b/stage.yml index 57ed58e..a7e1233 100644 --- a/stage.yml +++ b/stage.yml @@ -70,6 +70,11 @@ services: # environment: # - TERM=xterm + node: + image: node:7-onbuild + command: npm install + volumes: + - ./:/usr/src/app redis: image: redis:latest