Skip to content
Snippets Groups Projects
Commit 51f8fac8 authored by Felix Chadwick-Smith's avatar Felix Chadwick-Smith
Browse files

Used appliation instance provided by openshift

parent 2ff6d03f
Branches
No related tags found
1 merge request!5Master
......@@ -82,4 +82,5 @@ if __name__ == '__main__':
with app.app_context():
db.create_all()
app.run(debug=False, host='0.0.0.0', port=8080)
\ No newline at end of file
# Use the application instance provided by OpenShift
app.run(debug=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment