dev-1.7.0 #294

Merged
ZacharyZcR merged 73 commits from main into dev-1.7.0 2025-09-25 04:56:32 +00:00
Showing only changes of commit 017b56af27 - Show all commits

View File

@@ -88,7 +88,8 @@ COPY --from=backend-builder /app/dist/backend ./dist/backend
COPY package.json ./
RUN chown -R node:node /app && \
chmod 755 /app/config /app/ssl && \
chmod 755 /app/config && \
chmod 755 /app/ssl && \
chmod 755 /app/data
VOLUME ["/app/data"]