diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-07-31 22:35:23 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-07-31 22:35:23 +0100 |
commit | 04b386b5eec06549c989ed81aaf2eb9b76e49b87 (patch) | |
tree | 5541771cb0e1e699b999a2742a98a3854f2de67a | |
parent | 60bbf3fb434ad695788eb78f367184c01007c27e (diff) |
Add dist directory to dockerignore
-rw-r--r-- | .dockerignore | 3 |
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 |