From 218b8dc234992434e34c1d020974b5acd6bd6465 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 30 Oct 2025 11:58:45 +1100 Subject: [PATCH] fix: Typo in copy instruction --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1a993c..29ee821 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \ # Copy application files COPY *.py /app/ COPY templates/ /app/templates/ -COPY hsd_ksk /app +COPY hsd-ksk /app # Optionally mount /data to store the data