From 3c6239ff5e81e82fce1b9fecbc2b65a36426109b Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 20 Aug 2025 14:58:10 +0800 Subject: [PATCH] :bug: update cli path --- Dockerfile | 2 +- script/build_with_pake_cli.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6f22308..251adc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,4 +54,4 @@ RUN --mount=type=cache,target=/root/.npm \ # Set up the entrypoint WORKDIR /output -ENTRYPOINT ["node", "/pake/cli.js"] +ENTRYPOINT ["node", "/pake/dist/cli.js"] diff --git a/script/build_with_pake_cli.js b/script/build_with_pake_cli.js index 2d8808d..9a959a7 100644 --- a/script/build_with_pake_cli.js +++ b/script/build_with_pake_cli.js @@ -24,7 +24,7 @@ const logConfiguration = () => { // Build parameters construction const buildParameters = () => { const params = [ - "cli.js", + "dist/cli.js", process.env.URL, "--name", process.env.NAME,