diff --git a/dokploy.json b/dokploy.json index 2a5be24..26bb043 100644 --- a/dokploy.json +++ b/dokploy.json @@ -4,6 +4,7 @@ "dockerfile": "./Dockerfile.dokploy", "port": 3000, "buildArgs": {}, + "buildOptions": ["--no-cache"], "env": { "PYTHONUNBUFFERED": "1" } diff --git a/requirements.txt b/requirements.txt index 5697db1..30ad9d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,6 @@ 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