Refactor code structure for improved readability and maintainability

This commit is contained in:
암냥 2025-12-08 18:00:03 +09:00
commit 595f6aa24d
No known key found for this signature in database
2 changed files with 4685 additions and 2 deletions

View file

@ -24,8 +24,8 @@ WORKDIR /app
ENV NODE_ENV=production
RUN addgroup -g 1001 nodejs
RUN adduser -D -u 1001 -G nodejs nextjs
RUN addgroup -g 1001 -S nodejs
RUN adduser -D -H -u 1001 -G nodejs -s /sbin/nologin -S nextjs
COPY --from=builder /app/public ./public

4683
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load diff