bugfix: Add package-lock.json into docker build

This commit is contained in:
Nikolay Sokolov
2026-05-14 23:17:37 -07:00
parent 91c9746886
commit 02673a1631

View File

@@ -60,7 +60,7 @@ RUN apt-get update \
WORKDIR /build
# Install workspace dependencies first (layer-cache friendly)
COPY package.json ./
COPY package.json package-lock.json ./
RUN npm install
# Copy the full source tree and build the CLI bundle