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-09 19:10:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0b78480977
DocsGPT
/
application
/
wsgi.py
5 lines
83 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__
"
:
Linting * validate python formatting on every build with Ruff * fix lint warnings
2023-05-13 08:36:17 +00:00
app
.
run
(
debug
=
True
,
port
=
5001
)
Reference in New Issue
Copy Permalink