build: actualize .dockerignore

This commit is contained in:
vchikalkin 2024-02-29 15:17:10 +03:00
parent a65202c653
commit eee91d5f2d
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +0,0 @@
.git
README.md
node_modules

View File

@ -1,6 +1,7 @@
.git
Dockerfile
.dockerignore
node_modules
npm-debug.log
*.log
dist
README.md

8
apps/web/.dockerignore Normal file
View File

@ -0,0 +1,8 @@
.git
Dockerfile
.dockerignore
node_modules
*.log
dist
.next
README.md