From cf54ce99ac1da6377c573818031dc623f0721453 Mon Sep 17 00:00:00 2001 From: Theo Date: Fri, 29 Nov 2024 23:50:54 +0800 Subject: [PATCH] chore: update --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6a3d99e6666118..f1ffe24b801e7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM m.daocloud.io/node:lts-slim +ARG npm_config_registry=https://registry.npmjs.org/ +ENV npm_config_registry=${npm_config_registry} LABEL MAINTAINER=https://github.com/Soontao/RSSHub ENV NODE_ENV=production