fix: Typo in copy instruction
All checks were successful
Build Docker / BuildImage (push) Successful in 1m26s

This commit is contained in:
2025-10-30 11:58:45 +11:00
parent 8b95ee8332
commit 218b8dc234

View File

@@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
# Copy application files # Copy application files
COPY *.py /app/ COPY *.py /app/
COPY templates/ /app/templates/ COPY templates/ /app/templates/
COPY hsd_ksk /app COPY hsd-ksk /app
# Optionally mount /data to store the data # Optionally mount /data to store the data