mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 08:52:57 +00:00
Force Docker rebuild - add comment to break cache
- Docker was caching old requirements.txt without django-ratelimit - Add comment to force rebuild of pip install layer - This will ensure django-ratelimit==3.0.1 is properly installed 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
ed32028739
commit
4dd0bbe128
@ -3,6 +3,8 @@ Django==5.2.4
|
||||
djangorestframework==3.15.2
|
||||
python-decouple==3.8
|
||||
|
||||
# Force Docker rebuild - updated 2025-09-04
|
||||
|
||||
# Database
|
||||
dj-database-url==2.1.0
|
||||
psycopg2-binary==2.9.10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user