refactor(docker): remove monitor.py references and adjust Dockerfile paths for clarity

This commit is contained in:
pacnpal
2025-01-29 09:34:34 -05:00
parent 31b66c6d65
commit 6baa26eb80
3 changed files with 2 additions and 11 deletions

View File

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