Skip to content

Commit 2c8ad8e

Browse files
committed
Copy package lock file to avoid notice
Change-type: patch Signed-off-by: Tomás Migone <[email protected]>
1 parent d314ce4 commit 2c8ad8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM balenalib/%%BALENA_MACHINE_NAME%%-node:10-stretch-run
1111
WORKDIR /usr/src/app
1212

1313
# Copies the package.json first for better cache on later pushes
14-
COPY package.json package.json
14+
COPY package*.json ./
1515

1616
# This install npm dependencies on the balena build server,
1717
# making sure to clean up the artifacts it creates in order to reduce the image size.

0 commit comments

Comments
 (0)