From f51294e364b7bd3f89243f3b2a8816aa5af6d494 Mon Sep 17 00:00:00 2001 From: Nehal Patel Date: Thu, 7 Oct 2021 00:39:06 -0500 Subject: [PATCH] Update data volume path in Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 52d3fe0..c84ad5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,7 @@ COPY . . RUN npm ci RUN npm dedupe --production -VOLUME /kill-the-newsletter/static/feeds/ -VOLUME /kill-the-newsletter/static/alternate/ +VOLUME /kill-the-newsletter/data ENV WEB_PORT=4000 ENV EMAIL_PORT=2525