mirror of https://github.com/certd/certd
chore: pre publish
parent
8498fa75e3
commit
0eeba2783b
|
@ -2,7 +2,7 @@ FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:18-alpine
|
|||
RUN npm install -g pnpm
|
||||
ADD ./workspace/certd-server/package.json /app/
|
||||
WORKDIR /app/
|
||||
pnpm install -P
|
||||
RUN pnpm install -P
|
||||
|
||||
ADD ./workspace/certd-server/ /app/
|
||||
CMD ["npm","run","start"]
|
||||
|
|
Loading…
Reference in New Issue