mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 09:52:57 +00:00
- 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>
11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"name": "quantum-tasks-ai",
|
|
"type": "dockerfile",
|
|
"dockerfile": "./Dockerfile.dokploy",
|
|
"port": 3000,
|
|
"buildArgs": {},
|
|
"buildOptions": ["--no-cache"],
|
|
"env": {
|
|
"PYTHONUNBUFFERED": "1"
|
|
}
|
|
} |