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
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue