Skip to content

Commit

Permalink
πŸ“ [chore] Add .dockerignore file for container optimization
Browse files Browse the repository at this point in the history
- Exclude unnecessary files and directories from Docker context
- Prevent copying of development artifacts and cache files
- Optimize build process and reduce image size
  • Loading branch information
Sunwood-ai-labs committed Nov 20, 2024
1 parent 7fe603c commit 77d5405
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
__pycache__
*.pyc
.git
.gitignore
.env
*.md
.pytest_cache
*.egg-info
dist
build
.venv
.idea
.cache

0 comments on commit 77d5405

Please sign in to comment.