chore: node 16

This commit is contained in:
xiaojunnuo
2023-05-26 12:48:06 +08:00
parent db8043ecb6
commit ddf98ff593
3 changed files with 14 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM registry.cn-shenzhen.aliyuncs.com/handsfree/certd:latest
RUN npm install pm2 -g --registry=https://registry.npmmirror.com
CMD ["pm2-runtime", "start", "./bootstrap.js","--name", "certd","-i","1"]