This is an automated email from the ASF dual-hosted git repository.
bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 44fc029 chore: update https://registry.npm.taobao.org to
https://registry.npmmirror.com (#2314)
44fc029 is described below
commit 44fc029a6eea5bf44c35bff326ffea3e7c2c49a5
Author: Non-Official NPM Mirror Bot
<[email protected]>
AuthorDate: Mon Feb 14 16:24:28 2022 +0800
chore: update https://registry.npm.taobao.org to
https://registry.npmmirror.com (#2314)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 00e471f..d83e357 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -46,7 +46,7 @@ COPY --from=pre-build /usr/local/apisix-dashboard .
WORKDIR /usr/local/apisix-dashboard/web
-RUN if [ "$ENABLE_PROXY" = "true" ] ; then yarn config set registry
https://registry.npm.taobao.org/ ; fi \
+RUN if [ "$ENABLE_PROXY" = "true" ] ; then yarn config set registry
https://registry.npmmirror.com/ ; fi \
&& yarn install \
&& yarn build