Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

update https://registry.npm.taobao.org to https://registry.npmmirror.com #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:latest AS ui
WORKDIR /usr/src/ui
COPY package.json .
# Setup NPM mirror, optionally for China users.
#RUN npm config set registry https://registry.npm.taobao.org/
#RUN npm config set registry https://registry.npmmirror.com/
RUN npm install
COPY . .
RUN node_modules/.bin/bower install --allow-root
Expand Down