copy web-file into the add-on container

This commit is contained in:
Stefan Allius
2025-04-16 19:42:24 +02:00
parent 3862abc8e4
commit 7425195b8b

View File

@@ -84,7 +84,10 @@ SRC_FILES := $(wildcard $(SRC_PROXY)/*.py)\
$(wildcard $(SRC_PROXY)/cnf/*.toml)\
$(wildcard $(SRC_PROXY)/gen3/*.py)\
$(wildcard $(SRC_PROXY)/gen3plus/*.py)\
$(wildcard $(SRC_PROXY)/web/*.py)
$(wildcard $(SRC_PROXY)/web/*.py)\
$(wildcard $(SRC_PROXY)/web/templates/*.html)\
$(wildcard $(SRC_PROXY)/web/static/css/*.css)
CNF_FILES := $(wildcard $(CNF_PROXY)/*.toml)
# determine destination files