Files
notifications-api/scripts/aws_install_dependencies.sh

9 lines
191 B
Bash
Executable File

#!/bin/bash
set -eo pipefail
echo "Install dependencies"
cd /home/notify-app/notifications-api;
pip3 install --find-links=wheelhouse -r /home/notify-app/notifications-api/requirements.txt