🐛 update cli path
This commit is contained in:
@@ -54,4 +54,4 @@ RUN --mount=type=cache,target=/root/.npm \
|
|||||||
|
|
||||||
# Set up the entrypoint
|
# Set up the entrypoint
|
||||||
WORKDIR /output
|
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
|
// Build parameters construction
|
||||||
const buildParameters = () => {
|
const buildParameters = () => {
|
||||||
const params = [
|
const params = [
|
||||||
"cli.js",
|
"dist/cli.js",
|
||||||
process.env.URL,
|
process.env.URL,
|
||||||
"--name",
|
"--name",
|
||||||
process.env.NAME,
|
process.env.NAME,
|
||||||
|
|||||||
Reference in New Issue
Block a user