aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 71e2834..90d232d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,7 +30,7 @@ ENV NODE_ENV=production \
HOST_DIR=/data
RUN mkdir -p ${HOST_DIR}
-VOLUME [ ${HOST_DIR} ]
+VOLUME [ "${HOST_DIR}" ]
EXPOSE ${PORT}
CMD [ "node", "./build/index.js" ] \ No newline at end of file