summaryrefslogtreecommitdiffstats
path: root/Services/nodejs/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Services/nodejs/Dockerfile')
-rw-r--r--Services/nodejs/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/nodejs/Dockerfile b/Services/nodejs/Dockerfile
index f2b1312..c62807e 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 8080
-VOLUME [ $DATA_PATH , $LOG_PATH ]
+VOLUME $DATA_PATH
CMD [ "/bin/run.sh" ] \ No newline at end of file