fix: add .dockerignore files to exclude node_modules from build
This commit is contained in:
6
frontend/.dockerignore
Normal file
6
frontend/.dockerignore
Normal file
@@ -0,0 +1,6 @@
|
||||
node_modules
|
||||
dist
|
||||
.vite
|
||||
npm-debug.log*
|
||||
.DS_Store
|
||||
*.local
|
||||
Reference in New Issue
Block a user