balena-io-examples / balena-nodejs-hello-world

Example of how to deploy Node code on a balena supported device.
https://www.balena.io/docs/learn/getting-started/raspberrypi3/node/
Apache License 2.0
76 stars 175 forks source link

Add node_modules to .dockerignore #32

Closed stathismor closed 3 years ago

stathismor commented 3 years ago

Excluded any local node_modules installed from pushing to Docker, as they might be incompatible with the container. Also removed unused img directory.

Change-type: patch Signed-off-by: Stathis Moraitidis stathis@balena.io Connects-to: #1574