From 11d8f45ac201d06d9b5d4e24b6a9aec420fb8ffe Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 12 Oct 2022 22:17:19 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/entrypoint-bun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/entrypoint-bun.sh b/bin/entrypoint-bun.sh index 6f6a09f..046699c 100755 --- a/bin/entrypoint-bun.sh +++ b/bin/entrypoint-bun.sh @@ -167,7 +167,7 @@ bun) RUN_SCRIPT="server.ts" fi bun install - bun dev ${START:-$START_SCRIPT} + bun dev "${START:-$START_SCRIPT}" exit ${exitCode:-$?} else __exec_command "$@"