Merge pull request #903 from Joysimple/cli-docker

bugfix: Add package-lock.json into docker build
This commit is contained in:
vorotamoroz
2026-05-18 12:38:12 +09:00
committed by GitHub

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