summaryrefslogtreecommitdiffstats
path: root/OS/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'OS/Dockerfile')
-rw-r--r--OS/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/OS/Dockerfile b/OS/Dockerfile
index fec031a..9e2d163 100644
--- a/OS/Dockerfile
+++ b/OS/Dockerfile
@@ -12,5 +12,5 @@ RUN chmod 775 /bin/sx-lib.sh /bin/run.sh && \
mkdir /data /logs && \
touch $STARTUPLOG
-VOLUME [$LOG_PATH]
-CMD ["/bin/run.sh"]
+VOLUME $LOG_PATH
+CMD [ "/bin/run.sh" ]