From e44cd606777200d9a805636f87703c311fe8a0d9 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Sun, 13 Jul 2025 19:47:23 +0200 Subject: [PATCH] update entrypoint --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755 index b097c1b..c47f52d --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ - +#!/bin/sh if [ "$DATABASE" = "postgres" ] then echo "Waiting for postgres..." @@ -13,4 +13,4 @@ fi python manage.py flush --no-input python manage.py migrate -exec "$@" \ No newline at end of file +exec "$@"