mirror of https://github.com/certd/certd
chore: node 16
parent
dd06f12582
commit
58a43b3785
|
@ -2,7 +2,7 @@ FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:16-alpine
|
|||
RUN npm install -g pnpm && npm install -g cross-env
|
||||
ADD ./workspace/certd-server/ /app/
|
||||
WORKDIR /app/
|
||||
RUN pnpm install -P
|
||||
#RUN pnpm install -P
|
||||
CMD ["npm","run","start"]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue