FROM xyhelper/xyhelper-web:latest ENV PORT=8080 # 暴露端口 EXPOSE $PORT # 启动应用程序 CMD ["xyhelper-web"]