From 59976548affe927d0a8ced1ffb4796341809b9fe Mon Sep 17 00:00:00 2001 From: David Morris Date: Thu, 5 Oct 2023 20:48:42 +0100 Subject: [PATCH] remove collecstatic --- railway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railway.json b/railway.json index 039dd31..408d9a7 100644 --- a/railway.json +++ b/railway.json @@ -4,7 +4,7 @@ "builder": "NIXPACKS" }, "deploy": { - "startCommand": "python manage.py migrate && python manage.py collectstatic --noinput && gunicorn core.wsgi", + "startCommand": "python manage.py migrate && && gunicorn core.wsgi", "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10 }