diff --git a/app/labelsTower.py b/app/labelsTower.py
index 051bdb461129b70df777261f7e5aabb8eb726bfc..649ba55a8f4235b8a3ab8618f40f5ec2457bdcbf 100644
--- a/app/labelsTower.py
+++ b/app/labelsTower.py
@@ -102,4 +102,7 @@ def test():
     res = cursor.fetchall()
     connection.commit()
     print(res)
-    return ("OK")
\ No newline at end of file
+    return ("OK")
+
+if __name__ == '__main__':
+    app.run(host='0.0.0.0', port=80)
\ No newline at end of file