This commit is contained in:
2025-02-18 22:30:31 +07:00
parent a11ea38c88
commit de79908ed5

View File

@@ -18,7 +18,7 @@ FROM node:18-alpine AS runner
WORKDIR /app
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --gid 1001 nextjs
RUN adduser --system --uid 1001 nextjs
ENV NODE_ENV production