mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-11 07:42:20 -05:00
9 lines
167 B
Bash
Executable File
9 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eo pipefail
|
|
|
|
echo "Install dependencies"
|
|
|
|
cd /home/notify-app/notifications-api;
|
|
pip3 install -r /home/notify-app/notifications-api/requirements.txt
|