beam: produce XKT preview artifacts

This commit is contained in:
CODEX
2026-06-04 21:21:58 +03:00
parent 3aace73a1f
commit 09b1173697
3 changed files with 181 additions and 25 deletions
+4
View File
@@ -9,6 +9,8 @@ RUN apt-get update \
libgl1 \
libglib2.0-0 \
libglu1-mesa \
nodejs \
npm \
libsm6 \
libxext6 \
libxrender1 \
@@ -18,6 +20,8 @@ WORKDIR /app
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
RUN npm install -g @xeokit/xeokit-convert@1.3.2 \
&& npm cache clean --force
COPY . ./