feat: Update tools to allow custom DNS server
Some checks failed
Build Docker / BuildImage (push) Failing after 32s

This commit is contained in:
2025-10-30 11:55:48 +11:00
parent 6a68432a08
commit 8b95ee8332
2 changed files with 18 additions and 8 deletions

View File

@@ -9,7 +9,11 @@ COPY requirements.txt /app
RUN --mount=type=cache,target=/root/.cache/pip \
python3 -m pip install -r requirements.txt
COPY . /app
# Copy application files
COPY *.py /app/
COPY templates/ /app/templates/
COPY hsd_ksk /app
# Optionally mount /data to store the data
# VOLUME /data