From b3a2400bc2a73a791032e548abb8e58d4e361eee Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sun, 6 Apr 2025 10:46:23 -0400 Subject: [PATCH] feat: Initial search implementation using pagefind. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7b9d4f8..30e21bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,7 @@ WORKDIR /app COPY --from=build /build/deploy . COPY --from=css /build/content/static/output.css ./static/output.css +COPY --from=css /build/deploy/pagefind ./pagefind EXPOSE 80