fix: add .dockerignore files to exclude node_modules from build
This commit is contained in:
11
backend/.dockerignore
Normal file
11
backend/.dockerignore
Normal file
@@ -0,0 +1,11 @@
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg-info
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.venv
|
||||
venv
|
||||
env
|
||||
.env
|
||||
*.log
|
||||
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