Skip to content

Commit

Permalink
make(docker): Implement basic dockerignore to reduce image footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 committed Dec 12, 2024
1 parent 261fb7b commit 29a7d00
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Ignore everything
*

# Allow files and directories
!/eos_downloader/
!/pyproject.toml
!/LICENSE

# Ignore unnecessary files inside allowed directories
# This should go after the allowed directories
**/*~
**/*.log
**/.DS_Store
**/Thumbs.db

0 comments on commit 29a7d00

Please sign in to comment.