🐛 update cli path

This commit is contained in:
Tw93
2025-08-20 14:58:10 +08:00
parent efc8bb192e
commit 3c6239ff5e
2 changed files with 2 additions and 2 deletions

View File

@@ -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"]

View File

@@ -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,