Skip to content

Commit

Permalink
Copy package lock file to avoid notice
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Tomás Migone <tomasmigone@gmail.com>
  • Loading branch information
tmigone committed Sep 15, 2020
1 parent d314ce4 commit 2c8ad8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM balenalib/%%BALENA_MACHINE_NAME%%-node:10-stretch-run
WORKDIR /usr/src/app

# Copies the package.json first for better cache on later pushes
COPY package.json package.json
COPY package*.json ./

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

0 comments on commit 2c8ad8e

Please sign in to comment.