Add .dockerignore
This commit is contained in:
parent
7f60f8f92f
commit
98202d0a55
1 changed files with 8 additions and 0 deletions
8
.dockerignore
Normal file
8
.dockerignore
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
node_modules
|
||||||
|
dist
|
||||||
|
src-tauri
|
||||||
|
backend/vendor
|
||||||
|
backend/cmd/moonrelay/ui
|
||||||
|
*.sum
|
||||||
|
.git
|
||||||
|
.DS_Store
|
||||||
Loading…
Reference in a new issue