Update docker file

This commit is contained in:
Joey Yakimowich-Payne 2026-02-03 09:09:28 -07:00
commit a00cc7e3aa
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
FROM node:22-alpine
RUN apk add --no-cache libreoffice curl \
&& addgroup -g 1000 sandbox \
&& adduser -u 1000 -G sandbox -s /bin/sh -D sandbox \
&& addgroup -S sandbox \
&& adduser -S -G sandbox -s /bin/sh -D sandbox \
&& mkdir -p /app /tmp/convert \
&& chown -R sandbox:sandbox /app /tmp/convert