From 4a57edcda40924625425d2ed9c48deaac5ffcd88 Mon Sep 17 00:00:00 2001 From: stone-w4tch3r <100294019+stone-w4tch3r@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:48:53 +0500 Subject: [PATCH] fix npm build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28c66b5..8466159 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ WORKDIR /pake # Install dependencies and build pake-cli RUN --mount=type=cache,target=/root/.npm \ - npm ci && \ + npm install && \ npm run build # Copy Rust build artifacts