FROM xyhelper/xyhelper-web:latest # 暴露端口 EXPOSE 8080 # 启动应用程序 CMD ["/bin/sh" "-c" "./main"]