Files
iptv-manager-service/scripts/install.sh
Stefano 76dc8908de
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m8s
Moved install script to scripts folder
2025-05-23 14:50:33 -05:00

5 lines
127 B
Bash
Executable File

#!/bin/bash
# Install dependencies and deploy infrastructure
npm install -g aws-cdk
python3 -m pip install -r requirements.txt