🐛 update cli path
This commit is contained in:
@@ -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"]
|
||||
|
||||
2
script/build_with_pake_cli.js
vendored
2
script/build_with_pake_cli.js
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user