try use cli:build

This commit is contained in:
stone-w4tch3r
2024-07-29 21:44:21 +05:00
parent 6e3a483257
commit c6a7123fed

View File

@@ -50,7 +50,7 @@ COPY --from=cargo-builder /cargo-cache/registry /usr/local/cargo/registry
# Install dependencies and build pake-cli
RUN --mount=type=cache,target=/root/.npm \
npm install && \
npm run build
npm run cli:build
# Set up the entrypoint
WORKDIR /output