chore: pre publish

This commit is contained in:
xiaojunnuo
2023-05-25 17:14:58 +08:00
parent 7474235283
commit 03ee28c380
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:18-alpine
RUN npm install -g pnpm
RUN npm install -g pnpm && npm install -g cross-env
ADD ./workspace/certd-server/package.json /app/
WORKDIR /app/
RUN pnpm install -P