feat(docker): update Dockerfile for editable mode compatibility and refine package installation

This commit is contained in:
pacnpal
2025-01-28 21:58:03 -05:00
parent 57539fa56e
commit 0c7d5a2a9b
2 changed files with 3 additions and 6 deletions

View File

@@ -26,7 +26,4 @@ package-dir = {"" = "src"}
packages = {find = {where = ["src"]}}
[tool.setuptools.package-data]
simpleguardhome = ["templates/*", "favicon.ico"]
[tool.setuptools.editable]
mode = "compat"
simpleguardhome = ["templates/*", "favicon.ico"]