pull/101/head
xiaojunnuo 2024-07-21 03:21:51 +08:00
parent d8b3d7a6e0
commit a827bc306a
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:18-alpine as builder
EXPOSE 7001
WORKDIR /workspace/
COPY . /workspace/
RUN npm install -g pnpm@8.15.7 --registry=https://registry.npmmirror.com
RUN pnpm config set registry https://registry.npmmirror.com/