Merge pull request #317 from PatchMon/feature/alpine

fixed node permissions
This commit is contained in:
9 Technology Group LTD
2025-11-15 00:54:29 +00:00
committed by GitHub

View File

@@ -70,8 +70,8 @@ USER node
WORKDIR /app
COPY --from=builder /app/backend ./backend
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder --chown=node:node /app/backend ./backend
COPY --from=builder --chown=node:node /app/node_modules ./node_modules
COPY --chown=node:node agents ./agents_backup
COPY --chown=node:node agents ./agents
COPY --chmod=755 docker/backend.docker-entrypoint.sh ./entrypoint.sh