Cleanup setup
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Start API server in background
|
||||
waitress-serve --ident=MyFSIO --listen=*:5000 --call app:create_api_app &
|
||||
|
||||
# Start UI server in foreground
|
||||
waitress-serve --ident=MyFSIO --listen=*:5100 --call app:create_ui_app
|
||||
# Run both services using the python runner in production mode
|
||||
exec python run.py --prod
|
||||
|
||||
Reference in New Issue
Block a user