chore: node 16

This commit is contained in:
xiaojunnuo
2023-05-26 12:33:03 +08:00
parent ea756cf0a4
commit db8043ecb6

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"]