Browse Source

port removed from run statement, breaks docker deployment

Markus Spring 1 năm trước cách đây
mục cha
commit
51db89e061
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      run.py

+ 1 - 1
run.py

@@ -38,4 +38,4 @@ if DEBUG:
     app.logger.info('ASSETS_ROOT      = ' + app_config.ASSETS_ROOT )
 
 if __name__ == "__main__":
-    app.run(port=5005)
+    app.run()