diff --git a/Dockerfile b/Dockerfile index 2e4f8c4..57ae685 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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