Sandboxing

This commit is contained in:
Joey Yakimowich-Payne 2026-02-03 08:24:48 -07:00
commit 70df689701
7 changed files with 324 additions and 34 deletions

View file

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