summaryrefslogtreecommitdiffstats
path: root/Services/mongo/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Services/mongo/Dockerfile')
-rw-r--r--Services/mongo/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Services/mongo/Dockerfile b/Services/mongo/Dockerfile
index c3f1bab..4f5982e 100644
--- a/Services/mongo/Dockerfile
+++ b/Services/mongo/Dockerfile
@@ -15,5 +15,5 @@ RUN chmod 775 /bin/run.sh && \
RUN chown -R mongodb:mongodb $DATA_PATH $LOG_PATH
EXPOSE 27017 28017
-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