mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-28 03:11:40 -05:00
5 lines
160 B
Bash
Executable File
5 lines
160 B
Bash
Executable File
echo "Install dependencies"
|
|
cd /home/notify-app/notifications-api;
|
|
pip3 install -r /home/notify-app/notifications-api/requirements.txt
|
|
python3 db.py db upgrade
|