Skip to content

Commit

Permalink
Merge pull request #29 from balena-io-examples/fix-notice
Browse files Browse the repository at this point in the history
Copy package lock file to avoid notice
  • Loading branch information
tmigone committed Jan 28, 2021
2 parents d314ce4 + 2c8ad8e commit 2638cc2
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 2638cc2

Please sign in to comment.