Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
b1bb168e4a
commit
595f6aa24d
2 changed files with 4685 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ WORKDIR /app
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
RUN addgroup -g 1001 nodejs
|
RUN addgroup -g 1001 -S nodejs
|
||||||
RUN adduser -D -u 1001 -G nodejs nextjs
|
RUN adduser -D -H -u 1001 -G nodejs -s /sbin/nologin -S nextjs
|
||||||
|
|
||||||
COPY --from=builder /app/public ./public
|
COPY --from=builder /app/public ./public
|
||||||
|
|
||||||
|
|
|
||||||
4683
pnpm-lock.yaml
generated
Normal file
4683
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue