mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2025-12-20 04:21:13 -05:00
feat(docker): streamline Dockerfile by optimizing layer caching and enhancing installation verification
This commit is contained in:
@@ -22,21 +22,11 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools]
|
||||
# Using explicit package configuration
|
||||
package-dir = {"" = "src"}
|
||||
packages = ["simpleguardhome"]
|
||||
|
||||
# Include all package data
|
||||
[tool.setuptools.package-data]
|
||||
"*" = ["*.ico", "templates/*.html"]
|
||||
|
||||
# Explicitly include the package data
|
||||
[options.package_data]
|
||||
simpleguardhome = [
|
||||
"templates/*",
|
||||
"templates/*.html",
|
||||
"favicon.ico"
|
||||
]
|
||||
|
||||
# Make sure data files are included
|
||||
[options]
|
||||
include_package_data = true
|
||||
]
|
||||
Reference in New Issue
Block a user