This commit is contained in:
HugeFrog24
2026-07-26 07:21:11 +02:00
parent 4ad96640db
commit de88a0d732
4 changed files with 499 additions and 495 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ WORKDIR /app
ENV NODE_ENV=production
# Create non-root user
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
RUN addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 nextjs
# Copy necessary files from builder
COPY --from=builder /app/public ./public