From 64011c6592a1f2c0d581b2bfe1f1d9f00ad1f7a6 Mon Sep 17 00:00:00 2001
From: startxfr <clarue@startx.fr>
Date: Sun, 30 Oct 2016 12:31:03 +0100
Subject: fixin bug in volumes exported

---
 Services/nodejs/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Services/nodejs/Dockerfile')

diff --git a/Services/nodejs/Dockerfile b/Services/nodejs/Dockerfile
index 8dee3c3..42101ba 100644
--- a/Services/nodejs/Dockerfile
+++ b/Services/nodejs/Dockerfile
@@ -20,5 +20,5 @@ COPY *.json $APP_PATH/
 RUN cd $APP_PATH && npm install -production
 
 EXPOSE 8000
-VOLUME [$DATA_PATH,$LOG_PATH]
-CMD ["/bin/run.sh"]
\ No newline at end of file
+VOLUME [ $DATA_PATH , $LOG_PATH ]
+CMD [ "/bin/run.sh" ]
\ No newline at end of file
-- 
cgit v1.2.3