Update data volume path in Dockerfile
This commit is contained in:
parent
244a19bbe7
commit
f51294e364
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue