Update data volume path in Dockerfile

This commit is contained in:
Nehal Patel 2021-10-07 00:39:06 -05:00
parent 244a19bbe7
commit f51294e364
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ COPY . .
RUN npm ci RUN npm ci
RUN npm dedupe --production RUN npm dedupe --production
VOLUME /kill-the-newsletter/static/feeds/ VOLUME /kill-the-newsletter/data
VOLUME /kill-the-newsletter/static/alternate/
ENV WEB_PORT=4000 ENV WEB_PORT=4000
ENV EMAIL_PORT=2525 ENV EMAIL_PORT=2525