chore: node 16

pull/21/merge
xiaojunnuo 2023-05-26 01:40:03 +08:00
parent 58a43b3785
commit a18aaeacf7
1 changed files with 2 additions and 2 deletions

View File

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