rsshub / Dockerfile
asemxin2000's picture
Use chromium-bundled RSSHub image for puppeteer routes
912749e verified
Raw
History Blame Contribute Delete
116 Bytes
FROM diygod/rsshub:chromium-bundled
ENV NODE_ENV=production \
LISTEN_INADDR_ANY=1 \
PORT=7860
EXPOSE 7860