Got docker push working
This commit is contained in:
Executable
+9
@@ -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