dswnbone commited on
Commit
5c4d558
1 Parent(s): 95baa7c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM jokyo2/proxycfwebing
2
 
3
- PORT 7860
4
  EXPOSE 7860
5
  # 运行Gunicorn服务器,绑定0.0.0.0:8080,指定proxy:app为应用入口
6
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
 
1
  FROM jokyo2/proxycfwebing
2
 
3
+ ENV PORT 7860
4
  EXPOSE 7860
5
  # 运行Gunicorn服务器,绑定0.0.0.0:8080,指定proxy:app为应用入口
6
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]