From 872ad979f6d6230220bf42ff15a900aa830bf4f4 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 30 Sep 2015 08:13:26 -0400 Subject: [PATCH] another fix --- bin/docker-start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/docker-start b/bin/docker-start index def6504..2a527c7 100644 --- a/bin/docker-start +++ b/bin/docker-start @@ -2,5 +2,5 @@ cd /code rm node_modules -ln -sf /usr/locadocker-starml/node_modules node_modules +ln -sf /usr/local/node_modules node_modules bash