fix: update dockerfile #6

Merged
redrockjs merged 1 commits from dev into main 2025-05-28 12:16:20 +00:00
Showing only changes of commit e7427af874 - Show all commits

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