summaryrefslogtreecommitdiffhomepage
path: root/.dockerignore
diff options
context:
space:
mode:
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..e06b666
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,12 @@
+# --------------------------------------------------------------------------
+# .dockerignore — Files excluded from the Docker build context.
+#
+# Keeping node_modules and build artifacts out of the context speeds up
+# `docker build` significantly and avoids conflicts with the container's
+# own dependency tree.
+# --------------------------------------------------------------------------
+
+node_modules
+dist
+.git
+*.log