This commit is contained in:
2026-05-01 22:08:50 -07:00
parent 8b7a1f81ad
commit e51aeae54e
9 changed files with 196 additions and 15 deletions

View File

@@ -17,7 +17,8 @@ COPY public ./public
COPY server ./server
COPY README.md ./
RUN chown -R node:node /app
RUN mkdir -p /app/data \
&& chown -R node:node /app
USER node