Skip to content

Commit

Permalink
Update Dockerfile npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
dengkunli committed Jun 13, 2024
1 parent 0917db3 commit a729b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /wxcloudrun-wxcomponent
# 将当前目录(dockerfile所在目录)下所有文件都拷贝到工作目录下
COPY . /wxcloudrun-wxcomponent/

RUN cd /wxcloudrun-wxcomponent/client && npm install --registry=https://registry.npm.taobao.org && npm run build
RUN cd /wxcloudrun-wxcomponent/client && npm install --registry=https://registry.npmmirror.com && npm run build

FROM golang:1.17.1-alpine3.14 as builder

Expand Down

0 comments on commit a729b47

Please sign in to comment.