Files
mcp-proxy/.dockerignore
Rene Leonhardt 85bf96cb35 feat: docker image respects shutdown signals (#98)
### Features
- Docker image respects shutdown signals
- Improve Docker build and metadata
2025-09-22 07:59:46 +02:00

8 lines
94 B
Plaintext

# Exclude everything
*
# Include required files only
!/src/
!pyproject.toml
!uv.lock
!LICENSE