From fe6f5ea637fab3bcb608f1435fa7baebe3080564 Mon Sep 17 00:00:00 2001 From: eya46 <61458340+eya46@users.noreply.github.com> Date: Fri, 19 Apr 2024 13:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8resolve=E6=9B=BF=E4=BB=A3join?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/cli/src/commands/docker/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/src/commands/docker/init.ts b/apps/cli/src/commands/docker/init.ts index 9dbdfdec..7d7b9b8d 100644 --- a/apps/cli/src/commands/docker/init.ts +++ b/apps/cli/src/commands/docker/init.ts @@ -22,7 +22,7 @@ const initCompleted = (dir: string) => Congratulations, you have successfully completed the configuration initialization, your configuration file is ready, and you are one step away from a successful deployment! Your tailchat configuration files are stored in: ${chalk.underline( - path.join(process.cwd(), dir) + path.resolve(process.cwd(), dir) )} Run the following command to complete the image download and start: