This commit is contained in:
Joey Yakimowich-Payne 2026-01-23 15:23:54 -07:00
commit b85970e168
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
5 changed files with 67 additions and 104 deletions

View file

@ -2,7 +2,8 @@ FROM node:22-alpine
WORKDIR /app
RUN apk add --no-cache python3 make g++
# Build dependencies + LibreOffice for legacy Office format conversion
RUN apk add --no-cache python3 make g++ libreoffice curl
COPY package*.json ./
RUN npm install