fix: Add .dockerignore to properly exclude files during build
This commit is contained in:
parent
787e42d435
commit
799a3ffb15
1 changed files with 22 additions and 0 deletions
22
.dockerignore
Normal file
22
.dockerignore
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
frontend/node_modules
|
||||
frontend/.next
|
||||
frontend/dist
|
||||
frontend/build
|
||||
backend/bin
|
||||
backend/logs
|
||||
node_modules
|
||||
.next
|
||||
.git
|
||||
.DS_Store
|
||||
videos
|
||||
data
|
||||
venv
|
||||
.gemini
|
||||
tmp*
|
||||
*.exe
|
||||
*.mac
|
||||
*-mac
|
||||
*-new
|
||||
page.html
|
||||
build-temp
|
||||
.dockerignore.bak
|
||||
Loading…
Reference in a new issue