mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore: node 16
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
FROM registry.cn-shenzhen.aliyuncs.com/handsfree/certd:latest
|
||||
EXPOSE 7001
|
||||
RUN npm install pm2 -g --registry=https://registry.npmmirror.com
|
||||
CMD ["pm2-runtime", "start", "./bootstrap.js","--name", "certd","-i","1","--", "-p", "7001"]
|
||||
#CMD ["npm","run", "start"]
|
||||
RUN npm run build
|
||||
#RUN npm install pm2 -g --registry=https://registry.npmmirror.com
|
||||
#CMD ["pm2-runtime", "start", "./bootstrap.js","--name", "certd","-i","1","--", "-p", "7001"]
|
||||
CMD ["npm","run", "start"]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user