Files
notifications-api/scripts/aws_install_dependencies.sh

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