Update Dockerfile to correctly retrieve API key from secret and modify app.py to load API key from environment variable 62da724 Robaa commited on Apr 14, 2025
Remove unused entrypoint script and secret API key handling from Dockerfile; update app.py to correctly retrieve API key from environment variable 4fced91 Robaa commited on Apr 14, 2025
Refactor Dockerfile to set API key environment variable and add entrypoint script for improved runtime configuration d5a3690 Robaa commited on Apr 14, 2025
Fix API key storage path in Dockerfile to ensure correct retrieval 3b4122b Robaa commited on Apr 14, 2025
Refactor API key retrieval in Dockerfile for improved clarity and security c5b0317 Robaa commited on Apr 14, 2025
Fix Dockerfile syntax by removing unnecessary line continuation in RUN command 46f1efa Robaa commited on Apr 14, 2025
Improve API key retrieval logic in Dockerfile for better handling of existing remote 652c2cf Robaa commited on Apr 14, 2025
Add PYTHONPATH environment variable to Dockerfile for improved module resolution 6398bac Robaa commited on Apr 14, 2025