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 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
|
||||||
|
|
Loading…
Reference in New Issue