4 lines
94 B
Bash
4 lines
94 B
Bash
|
git -C /app pull
|
||
|
pip3 install -r /app/requirements.txt
|
||
|
python3 /app/c2a_handler_dev.py ${ENV}
|