Skip to content

Commit 81bc4ab

Browse files
authored
Merge pull request #32 from balena-io-examples/dockerignore-node-modules
Add node_modules to .dockerignore
2 parents 2638cc2 + 2cb80a1 commit 81bc4ab

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.dockerignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#ignore the imgs for docs
2-
/img/
1+
# Don't send node_modules the daemon - we want the build server to install these.
2+
node_modules

img/enable-public-URLs.png

-41.2 KB
Binary file not shown.

img/log-output.png

-216 KB
Binary file not shown.

0 commit comments

Comments
 (0)