mirror of
https://github.com/certd/certd.git
synced 2026-04-16 05:50:50 +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"]
|
|
|
|
|
|
|
|
|