Skip to content

Commit

Permalink
Add node_modules to .dockerignore
Browse files Browse the repository at this point in the history
Exclude any local node_modules installed from pushing to Docker, as they might be incompatible with the container.

Change-type: patch
Signed-off-by: Stathis Moraitidis stathis@balena.io
Connects-to: #1574
  • Loading branch information
stathismor committed Feb 3, 2021
1 parent 2638cc2 commit 2cb80a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#ignore the imgs for docs
/img/
# Don't send node_modules the daemon - we want the build server to install these.
node_modules
Binary file removed img/enable-public-URLs.png
Binary file not shown.
Binary file removed img/log-output.png
Binary file not shown.

0 comments on commit 2cb80a1

Please sign in to comment.