From c5f922bd75e6151752ac4992e4c0cd1a70708a27 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 6 Jan 2020 19:01:36 +0100 Subject: [PATCH] ws --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c531a7f..aa0f247 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY . . EXPOSE 9876 -#VOLUME [ "/conf" ] +VOLUME [ "/conf" ] RUN \ npm start \ No newline at end of file