aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 84d3156..f76f0a0 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -17,5 +17,12 @@ docker
17node_modules 17node_modules
18.husky 18.husky
19 19
20# Ignore data folder
21data
22tmp
23
20# Ignore recipes folder (it is pulled in the image by git) 24# Ignore recipes folder (it is pulled in the image by git)
21recipes 25recipes
26
27# Ignore build folder
28build