diff --git a/Dockerfile b/Dockerfile index 107912e..59f4a23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,6 @@ COPY . . EXPOSE 9876 -VOLUME [ "/conf ] +VOLUME [ "/conf" ] CMD [ "npm", "start" ] \ No newline at end of file