Skip to content

Commit

Permalink
move default_config.toml into src/cnf/.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-allius committed Dec 23, 2024
1 parent 412013f commit b473ac5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ RUN python -m pip install --no-cache-dir --no-cache --no-index /root/wheels/* &&

# copy the content of the local src and config directory to the working directory
COPY --chmod=0700 entrypoint.sh /root/entrypoint.sh
COPY config .
COPY src .
RUN echo ${VERSION} > /proxy-version.txt \
&& date > /build-date.txt
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions ha_addons/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ TEMPL=templates
SRC_FILES := $(wildcard $(SRC_PROXY)/*.py)\
$(wildcard $(SRC_PROXY)/*.ini)\
$(wildcard $(SRC_PROXY)/cnf/*.py)\
$(wildcard $(SRC_PROXY)/cnf/*.toml)\
$(wildcard $(SRC_PROXY)/gen3/*.py)\
$(wildcard $(SRC_PROXY)/gen3plus/*.py)
CNF_FILES := $(wildcard $(CNF_PROXY)/*.toml)
Expand Down

0 comments on commit b473ac5

Please sign in to comment.