build: Use package-lock.json file with custom build

This commit is contained in:
Jan Oberhauser
2022-07-29 15:14:33 +02:00
parent c2432e9f26
commit ace49ef535

View File

@@ -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/