From a71fbeff96412dcff2adcebc023d7a07552f2f7d Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 20 Oct 2025 05:30:56 +0530 Subject: update dockerfile to include template and static dirs --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a8c9759..af83045 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,5 +21,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends ca-certificates tzdata && rm -rf /var/lib/apt/lists/* COPY --from=builder /complexity-analyzer/complexity-analyzer . +COPY --from=builder /complexity-analyzer/templates ./templates +COPY --from=builder /complexity-analyzer/static ./static CMD ["./complexity-analyzer"] \ No newline at end of file -- cgit v1.2.3