C2A-Installation-Server/docker/script/start.sh

4 lines
94 B
Bash
Raw Normal View History

git -C /app pull
pip3 install -r /app/requirements.txt
python3 /app/c2a_handler_dev.py ${ENV}