FROM jokyo2/proxycfwebing ENV PORT 7860 EXPOSE 7860 # 运行Gunicorn服务器,绑定0.0.0.0:8080,指定proxy:app为应用入口 CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]