Skip to content

Commit

Permalink
reduce context size when building docker images for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jan 26, 2025
1 parent 3879edd commit ee0d507
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ demo.py
**/.pytest_cache
**/.coverage
**/.git
**/.github
**/.mypy_cache
**/.nicegui

# flyctl launch added from .pytest_cache/.gitignore
# Created by pytest automatically.
.pytest_cache/**/*

# flyctl launch added from tests/.pytest_cache/.gitignore
# Created by pytest automatically.
tests/.pytest_cache/**/*
**/.ruff_cache
**/*.pyc
**/.DS_Store
**/.idea
**/.vscode

0 comments on commit ee0d507

Please sign in to comment.