build: actualize .dockerignore
This commit is contained in:
parent
a65202c653
commit
eee91d5f2d
@ -1,3 +0,0 @@
|
||||
.git
|
||||
README.md
|
||||
node_modules
|
||||
@ -1,6 +1,7 @@
|
||||
.git
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
node_modules
|
||||
npm-debug.log
|
||||
*.log
|
||||
dist
|
||||
README.md
|
||||
8
apps/web/.dockerignore
Normal file
8
apps/web/.dockerignore
Normal file
@ -0,0 +1,8 @@
|
||||
.git
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
node_modules
|
||||
*.log
|
||||
dist
|
||||
.next
|
||||
README.md
|
||||
Loading…
x
Reference in New Issue
Block a user