Ver Fonte

port removed from run statement, breaks docker deployment

Markus Spring há 1 ano atrás
pai
commit
51db89e061
1 ficheiros alterados com 1 adições e 1 exclusões
  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()