File size: 113 Bytes
bda6575
7898209
bda6575
7898209
bda6575
 
46ba14a
1
2
3
4
5
6
7
FROM xyhelper/xyhelper-web:latest

# 暴露端口
EXPOSE 8080

# 启动应用程序
CMD ["/bin/sh" "-c" "./main"]