cic-internal-integration/apps/cic-ussd/docker/start_uwsgi.sh

7 lines
193 B
Bash
Raw Permalink Normal View History

2021-02-06 16:13:47 +01:00
#!/bin/bash
2021-02-10 18:48:24 +01:00
. /root/db.sh
2021-02-06 16:13:47 +01:00
echo "pooooort $SERVER_PORT"
/usr/local/bin/uwsgi --wsgi-file /usr/local/lib/python3.8/site-packages/cic_ussd/runnable/server.py --http :$SERVER_PORT --pyargv "-vv"