mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
🐳 Add .dockerignore to make docker build much faster (#1349)
This commit is contained in:
parent
3b49764fb8
commit
b2e83c0ed7
1 changed files with 3 additions and 0 deletions
3
.dockerignore
Normal file
3
.dockerignore
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
node_modules
|
||||
packages/*/node_modules
|
||||
packages/*/dist
|
||||
Loading…
Reference in a new issue