File size: 173 Bytes
9575d55
 
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

kangas server --host=0.0.0.0 --frontend-port=7640 --frontend-root=kangas --debug &
  
streamlit run streamlitapp.py --server.port 7840 &

nginx -g 'daemon off;'