Sandboxing
This commit is contained in:
parent
cd04d34b23
commit
70df689701
7 changed files with 324 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue