summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-07-31 22:35:23 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2024-07-31 22:35:23 +0100
commit04b386b5eec06549c989ed81aaf2eb9b76e49b87 (patch)
tree5541771cb0e1e699b999a2742a98a3854f2de67a
parent60bbf3fb434ad695788eb78f367184c01007c27e (diff)
Add dist directory to dockerignore
-rw-r--r--.dockerignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore
index b512c09..76add87 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1 +1,2 @@
-node_modules \ No newline at end of file
+node_modules
+dist \ No newline at end of file