fix: restore server XLS roster conversion

This commit is contained in:
inman
2026-08-31 16:04:26 +08:00
parent 4ba2d43710
commit d7a821da16
8 changed files with 218 additions and 63 deletions

View File

@@ -13,7 +13,7 @@ FROM node:22-bookworm-slim AS runtime
ENV NODE_ENV=production
WORKDIR /app
RUN apt-get update \
&& apt-get install --no-install-recommends -y libreoffice-writer fonts-noto-cjk \
&& apt-get install --no-install-recommends -y libreoffice-calc libreoffice-writer fonts-noto-cjk \
&& rm -rf /var/lib/apt/lists/*
COPY package*.json ./
RUN npm ci --omit=dev --no-audit --no-fund