File size: 182 Bytes
2465137
95baa7c
5c4d558
95baa7c
 
 
1
2
3
4
5
6
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"]