chore: node 16

pull/21/merge
xiaojunnuo 2023-05-26 12:33:03 +08:00
parent ea756cf0a4
commit db8043ecb6
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ RUN npm install -g cross-env --registry=https://registry.npmmirror.com
ADD ./workspace/certd-server/ /app/
WORKDIR /app/
RUN yarn install -P --registry=https://registry.npmmirror.com
CMD ["npm","run","start"]
CMD ["node","./bootstrap.js"]