From 56a3413430f64eae51a4fc171b76c36f1736aa2e Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 6 Jan 2020 18:36:18 +0100 Subject: [PATCH] w --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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