Files
notifications-api/scripts/aws_install_dependencies.sh

9 lines
160 B
Bash
Executable File

#!/bin/bash
set -eo pipefail
echo "Install dependencies"
cd /home/notify-app/notifications-api;
pip3 install --no-index --find-links=wheelhouse wheelhouse/*