From 948e3991cd64e7530b88f10e76da913fe05bac48 Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Tue, 26 Mar 2024 16:11:08 +0100 Subject: [PATCH] Postgres-docker --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 575d9a2..2bbe5dd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,7 +14,6 @@ fi python manage.py makemigrations # Make migrations python manage.py migrate # Apply database migrations -python manage.py collectstatic exec "$@" \ No newline at end of file