diff --git a/.dockerignore b/.dockerignore
index 785c53459e7ecb7cdef178374d1b2a9053c80e0f..59dba81926c5d79df732cbc8e2a77c0a25468659 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -11,4 +11,7 @@ public/internal/config.php
 # css, scss, js
 public/css/
 .sass-cache/
-public/js/
\ No newline at end of file
+public/js/
+
+# js dependencies
+node_modules/
\ No newline at end of file