zldargon commited on
Commit
e612550
·
verified ·
1 Parent(s): 8b613b7

添加dockfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # 拉取HertzBeat官方镜像
2
+ FROM tancloud/hertzbeat
3
+ # 暴露默认端口1157
4
+ EXPOSE 1157