Got docker push working
This commit is contained in:
9
main/__main__.py
Executable file
9
main/__main__.py
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from gunicorn.app.wsgiapp import run
|
||||
|
||||
run()
|
||||
# from my_homepage import create_app
|
||||
|
||||
# app = create_app()
|
||||
# app.run("0.0.0.0", "4040")
|
||||
Reference in New Issue
Block a user