Add .dockerignore files to prevent node_modules copy conflicts
This commit is contained in:
3
apps/api/.dockerignore
Normal file
3
apps/api/.dockerignore
Normal file
@@ -0,0 +1,3 @@
|
||||
node_modules
|
||||
dist
|
||||
.env*
|
||||
3
apps/web/.dockerignore
Normal file
3
apps/web/.dockerignore
Normal file
@@ -0,0 +1,3 @@
|
||||
node_modules
|
||||
.next
|
||||
.env*
|
||||
Reference in New Issue
Block a user