From 6e2ab6b1816d63ca0e1b07b26dd974dffc1d453e Mon Sep 17 00:00:00 2001 From: Suphonchai Phoonsawat Date: Tue, 30 May 2023 05:14:38 +0700 Subject: [PATCH] =?UTF-8?q?Change=20End=20Of=20Line=20=E0=B8=88=E0=B8=B2?= =?UTF-8?q?=E0=B8=81=20CRLF=20to=20LF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 38b8d06..46f096e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,5 +12,7 @@ do done + + echo "Starting Nginx" nginx -g 'daemon off;'