Hekaya7 / start.sh
XA7's picture
First
e037628
#!/bin/bash
nohup python3 app.py > output.log 2>&1 &
echo "starting server"