summaryrefslogtreecommitdiffstats
path: root/Services/nodejs/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Services/nodejs/Dockerfile')
-rw-r--r--Services/nodejs/Dockerfile4
1 files changed, 2 insertions, 2 deletions
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