From 02d82501bd9d38d090731fbb6c23541dfbd132a7 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 30 Sep 2015 08:14:24 -0400 Subject: [PATCH] also npm install on start --- bin/docker-start | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/docker-start b/bin/docker-start index 2a527c7..75a6033 100644 --- a/bin/docker-start +++ b/bin/docker-start @@ -3,4 +3,5 @@ cd /code rm node_modules ln -sf /usr/local/node_modules node_modules +npm install bash