parser/healthcareio/docker/bootup.sh

11 lines
222 B
Bash
Raw Normal View History

2020-12-11 12:57:11 +00:00
set -e
/etc/init.d/mongodb start
cd /app
export
export PYTHONPATH=$PWD
ls
# python3 healthcareio/healthcare-io.py --signup $EMAIL --store mongo
# python3 healthcareio/healthcare-io.py --analytics --port 80 --debug
bash