mirror of https://github.com/certd/certd
chore: node 16
parent
58a43b3785
commit
a18aaeacf7
|
@ -1,8 +1,8 @@
|
|||
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/
|
||||
WORKDIR /app/
|
||||
#RUN pnpm install -P
|
||||
RUN yarn install -P
|
||||
CMD ["npm","run","start"]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue