浏览代码

port removed from run statement, breaks docker deployment

Markus Spring 1 年之前
父节点
当前提交
51db89e061
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()