Skip to content
Snippets Groups Projects
Verified Commit e87d7ea1 authored by Mark's avatar Mark
Browse files

Bind port to all interfaces

parent 6797118a
No related branches found
No related tags found
1 merge request!1Integration
Pipeline #311 passed with stages
in 3 minutes and 14 seconds
......@@ -16,4 +16,4 @@ ENV DATABASE_PASSWORD secret
ENV DATABASE_NAME db
ENV DATABASE_HOST postgresql
CMD [ "flask", "run" ]
CMD [ "python3", "app.py" ]
......@@ -36,4 +36,4 @@ def initialize_database():
init_db()
if __name__ == '__main__':
app.run()
app.run(host="0.0.0.0")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment