4 lines
95 B
Bash
4 lines
95 B
Bash
#!/bin/sh
|
|
cd /home/pi/data/ccb/backEnd
|
|
. venv/bin/activate
|
|
gunicorn ccb:app -c gunicorn.conf.py |