mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
8 lines
85 B
Docker
8 lines
85 B
Docker
FROM greper/certd:latest
|
|
ENV certd_agent_enabled=true
|
|
CMD ["npm", "run","start"]
|
|
|
|
|
|
|
|
|