This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
DocsGPT
Watch
2
Star
0
Fork
0
You've already forked DocsGPT
mirror of
https://github.com/arc53/DocsGPT
synced
2024-11-03 23:15:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
43622e7ab1
DocsGPT
/
application
/
wsgi.py
4 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
new dockerfile with gunicorn and wsgi support
2023-02-28 11:59:37 +00:00
from
app
import
app
if
__name__
==
"
__main__
"
:
Expand readme and added port in wsgi
2023-04-26 17:54:59 +00:00
app
.
run
(
debug
=
True
,
port
=
5001
)
Reference in New Issue
Copy Permalink