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