proxybing / Dockerfile
dswnbone
Update Dockerfile
95baa7c verified
raw
history blame
178 Bytes
FROM jokyo2/proxycfwebing
PORT 7860
EXPOSE 7860
# 运行Gunicorn服务器,绑定0.0.0.0:8080,指定proxy:app为应用入口
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]