Skip to content
Snippets Groups Projects
Commit 6f71e963 authored by Benedikt's avatar Benedikt
Browse files

changed bokeh cmd

parent f7840300
Branches
No related tags found
No related merge requests found
#!/bin/bash
cd /dcc_XMLJSONConvGUI
uvicorn dcc_server:app --host 0.0.0.0 --port 8000 --root-path /dcc_rest_server &
bokeh serve --show /dcc_XMLJSONConvGUI/dcc_XMLJSONConvGUI.py --allow-websocket-origin * --port 5010
\ No newline at end of file
#uvicorn dcc_server:app --host 0.0.0.0 --port 8000 --root-path /dcc_rest_server &
bokeh serve --show dcc_XMLJSONConvGUI --allow-websocket-origin * --port 5010
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment