mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
build: Use package-lock.json file with custom build
This commit is contained in:
parent
c2432e9f26
commit
ace49ef535
|
@ -12,6 +12,7 @@ WORKDIR /data
|
|||
|
||||
COPY lerna.json .
|
||||
COPY package.json .
|
||||
COPY package-lock.json .
|
||||
COPY packages/cli/ ./packages/cli/
|
||||
COPY packages/core/ ./packages/core/
|
||||
COPY packages/design-system/ ./packages/design-system/
|
||||
|
|
Loading…
Reference in a new issue