mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore:
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:18-alpine as builder
|
FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:18-alpine as builder
|
||||||
EXPOSE 7001
|
EXPOSE 7001
|
||||||
WORKDIR /workspace/
|
WORKDIR /workspace/
|
||||||
|
COPY . /workspace/
|
||||||
RUN npm install -g pnpm@8.15.7 --registry=https://registry.npmmirror.com
|
RUN npm install -g pnpm@8.15.7 --registry=https://registry.npmmirror.com
|
||||||
RUN pnpm config set registry https://registry.npmmirror.com/
|
RUN pnpm config set registry https://registry.npmmirror.com/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user