We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d314ce4 commit 2c8ad8eCopy full SHA for 2c8ad8e
Dockerfile.template
@@ -11,7 +11,7 @@ FROM balenalib/%%BALENA_MACHINE_NAME%%-node:10-stretch-run
11
WORKDIR /usr/src/app
12
13
# Copies the package.json first for better cache on later pushes
14
-COPY package.json package.json
+COPY package*.json ./
15
16
# This install npm dependencies on the balena build server,
17
# making sure to clean up the artifacts it creates in order to reduce the image size.
0 commit comments