From 5751ab8c4b984bd4c2e59c3197a93405c1436e47 Mon Sep 17 00:00:00 2001
From: kongfp <kongfp@qq.com>
Date: Fri, 9 Jun 2023 09:53:37 +0800
Subject: [PATCH] modify start.sh

---
 start.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/start.sh b/start.sh
index 91c5dd5..f01c80d 100644
--- a/start.sh
+++ b/start.sh
@@ -4,5 +4,6 @@ python manage.py makemigrations&&
 python manage.py migrate&&
 uwsgi --ini /home/myproject/uwsgi.ini&&
 echo 'TP项目启动完成'
+tail -f /dev/null
 
 exec "$@"
\ No newline at end of file