This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
certd
mirror of
https://github.com/certd/certd
Watch
1
Star
0
Fork
You've already forked certd
0
Code
Issues
Projects
Releases
Wiki
Activity
12fec7939d
certd
/
packages
/
ui
/
certd-server
/
Dockerfile
6 lines
96 B
Docker
Raw
Blame
History
FROM
node:15.8.0
ENV
TZ
=
Asia/Shanghai
EXPOSE
3000
ADD
./* /app/
ENTRYPOINT
node /app/bin/www.js
Reference in New Issue
View Git Blame
Copy Permalink