File size: 184 Bytes
87bbf9c
eaaa3e1
 
87bbf9c
 
eaaa3e1
 
 
1
2
3
4
5
6
7
8
FROM henrygd/beszel:latest

# 环境变量设置
ENV PORT=7860
EXPOSE 7860

# 修复:直接传参数给入口程序,不要重复写程序名
CMD ["serve", "--http", "0.0.0.0:7860"]