refactor(docker): update Dockerfile and .dockerignore to streamline package installation and include necessary files

This commit is contained in:
pacnpal
2025-01-29 10:03:22 -05:00
parent 26c2adf1d5
commit c5da870762
2 changed files with 12 additions and 6 deletions

View File

@@ -14,6 +14,9 @@
!requirements.txt
!docker-entrypoint.sh
!healthcheck.py
!setup.py
!pyproject.toml
!MANIFEST.in
# VERIFICATION: Required files that MUST exist:
# - src/simpleguardhome/__init__.py
@@ -23,6 +26,7 @@
# - src/simpleguardhome/templates/index.html
# - src/simpleguardhome/favicon.ico
# - healthcheck.py
# - setup.py
# SAFETY: Never include these files even if allowed above
**/__pycache__/