summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-10-05 20:18:47 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-10-05 20:18:48 -0700
commitf3c13573370d09eb4a3b0901daa1ab1fb9d5e2f9 (patch)
tree9746481e664a390b2e664d8bd7d694ddf960117a /src
parenta73a67d252678fafc7cfbb8cb0333434b01af01c (diff)
lib-vt: fix dockerfile to include assets for web
Diffstat (limited to 'src')
-rw-r--r--src/build/docker/lib-c-docs/Dockerfile2
1 files changed, 2 insertions, 0 deletions
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