From 878a9c49d4a1ef70991c61270ebcd97a9c2b059b Mon Sep 17 00:00:00 2001 From: open_ww3_project Date: Thu, 13 Mar 2025 17:00:33 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20docker-compose/python/flas?= =?UTF-8?q?k-docker-start.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: open_ww3_project --- docker-compose/python/flask-docker-start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose/python/flask-docker-start.sh b/docker-compose/python/flask-docker-start.sh index 477f6b9..a8d2f2a 100644 --- a/docker-compose/python/flask-docker-start.sh +++ b/docker-compose/python/flask-docker-start.sh @@ -9,5 +9,5 @@ docker run --name python-docker \ echo "运行完毕、flask-docker 已启动" echo "在在关闭该窗口" sleep 3 -exit 0 -echo "窗口已关闭" \ No newline at end of file +echo "窗口已关闭" +exit 0 \ No newline at end of file