From 4e6675d5c8c64c8f511d24c87a353276622760dc Mon Sep 17 00:00:00 2001 From: alima Date: Mon, 30 Jun 2025 03:24:06 +0330 Subject: [PATCH] chore: added collect static after postdeploy for dokku --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 8fe0c2a..bb40e17 100644 --- a/app.json +++ b/app.json @@ -11,7 +11,7 @@ } }, "scripts": { - "postdeploy": "python manage.py migrate" + "postdeploy": "python manage.py migrate && python manage.py collectstatic --noinput" }, "healthchecks": { "web": [