Got docker push working

This commit is contained in:
2022-09-14 20:07:51 -05:00
parent 77a4545496
commit b0d66f2929
5 changed files with 92 additions and 26 deletions

9
main/__main__.py Executable file
View 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")