beam: produce XKT preview artifacts
This commit is contained in:
@@ -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 . ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user