chore: pre publish

pull/21/merge
xiaojunnuo 2023-05-25 20:44:41 +08:00
parent 03ee28c380
commit e06c9e07fe
1 changed files with 1 additions and 3 deletions

View File

@ -1,10 +1,8 @@
FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:18-alpine
RUN npm install -g pnpm && npm install -g cross-env
ADD ./workspace/certd-server/package.json /app/
ADD ./workspace/certd-server/ /app/
WORKDIR /app/
RUN pnpm install -P
ADD ./workspace/certd-server/ /app/
CMD ["npm","run","start"]