lib-vt: fix dockerfile to include assets for web
parent
a73a67d252
commit
f3c1357337
|
|
@ -10,6 +10,8 @@ RUN apk add --no-cache \
|
||||||
graphviz
|
graphviz
|
||||||
WORKDIR /ghostty
|
WORKDIR /ghostty
|
||||||
COPY include/ ./include/
|
COPY include/ ./include/
|
||||||
|
COPY images/ ./images/
|
||||||
|
COPY dist/doxygen/ ./dist/doxygen/
|
||||||
COPY Doxyfile ./
|
COPY Doxyfile ./
|
||||||
COPY DoxygenLayout.xml ./
|
COPY DoxygenLayout.xml ./
|
||||||
RUN mkdir -p zig-out/share/ghostty/doc/libghostty
|
RUN mkdir -p zig-out/share/ghostty/doc/libghostty
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue