Files
certd/docker/run/Dockerfile
T

8 lines
206 B
Docker
Raw Normal View History

2023-05-26 12:48:06 +08:00
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"]