mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-20 11:36:04 +00:00
bugfix: Add package-lock.json into docker build
This commit is contained in:
@@ -60,7 +60,7 @@ RUN apt-get update \
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
# Install workspace dependencies first (layer-cache friendly)
|
# Install workspace dependencies first (layer-cache friendly)
|
||||||
COPY package.json ./
|
COPY package.json package-lock.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
# Copy the full source tree and build the CLI bundle
|
# Copy the full source tree and build the CLI bundle
|
||||||
|
|||||||
Reference in New Issue
Block a user