mirror of
https://github.com/certd/certd.git
synced 2026-06-01 02:27:33 +08:00
8 lines
206 B
Docker
8 lines
206 B
Docker
|
|
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"]
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|