From f3c13573370d09eb4a3b0901daa1ab1fb9d5e2f9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 5 Oct 2025 20:18:47 -0700 Subject: [PATCH] lib-vt: fix dockerfile to include assets for web --- src/build/docker/lib-c-docs/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/build/docker/lib-c-docs/Dockerfile b/src/build/docker/lib-c-docs/Dockerfile index 5667c6607..6522ca4f6 100644 --- a/src/build/docker/lib-c-docs/Dockerfile +++ b/src/build/docker/lib-c-docs/Dockerfile @@ -10,6 +10,8 @@ RUN apk add --no-cache \ graphviz WORKDIR /ghostty COPY include/ ./include/ +COPY images/ ./images/ +COPY dist/doxygen/ ./dist/doxygen/ COPY Doxyfile ./ COPY DoxygenLayout.xml ./ RUN mkdir -p zig-out/share/ghostty/doc/libghostty