This commit is contained in:
Andreas Knuth 2025-06-15 22:59:05 -05:00
parent d92618f225
commit b2a0c6e611
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ services:
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
command: >
bash -c "pip install --upgrade pip &&
pip install flask python-dotenv boto3 &&
pip install flask python-dotenv boto3 requests &&
python app.py"