lib-vt: fix dockerfile to include assets for web

This commit is contained in:
Mitchell Hashimoto
2025-10-05 20:18:47 -07:00
parent a73a67d252
commit f3c1357337

View File

@@ -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