mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 12:12:55 +00:00
Fix Dokploy Docker caching issue - force no-cache build
- Add "buildOptions": ["--no-cache"] to dokploy.json - Remove temporary comment from requirements.txt - Forces Dokploy to rebuild all layers and install django-ratelimit properly - No changes to application code - works as-is on CapRover 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
5259a8d17e
commit
e7fef02176
@ -4,6 +4,7 @@
|
|||||||
"dockerfile": "./Dockerfile.dokploy",
|
"dockerfile": "./Dockerfile.dokploy",
|
||||||
"port": 3000,
|
"port": 3000,
|
||||||
"buildArgs": {},
|
"buildArgs": {},
|
||||||
|
"buildOptions": ["--no-cache"],
|
||||||
"env": {
|
"env": {
|
||||||
"PYTHONUNBUFFERED": "1"
|
"PYTHONUNBUFFERED": "1"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,8 +3,6 @@ Django==5.2.4
|
|||||||
djangorestframework==3.15.2
|
djangorestframework==3.15.2
|
||||||
python-decouple==3.8
|
python-decouple==3.8
|
||||||
|
|
||||||
# Force Docker rebuild - updated 2025-09-04
|
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
dj-database-url==2.1.0
|
dj-database-url==2.1.0
|
||||||
psycopg2-binary==2.9.10
|
psycopg2-binary==2.9.10
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user