fix: update dockerfile

This commit is contained in:
2025-05-28 15:14:04 +03:00
parent 231f818b39
commit e7427af874

View File

@@ -20,8 +20,8 @@ RUN npm run build
FROM node:22-alpine AS runner
WORKDIR /app
ENV NODE_ENV=production \
NEXT_TELEMETRY_DISABLED=1
ENV NODE_ENV production \
NEXT_TELEMETRY_DISABLED 1
# Включаем node пользователя
RUN addgroup -g 1001 -S nodejs