fix: dockerfile

This commit is contained in:
2025-05-27 16:14:49 +03:00
parent 8de596cb7e
commit f42bc38ffa

View File

@@ -14,7 +14,7 @@ RUN npm install --frozen-lockfile
COPY . .
# Собираем приложение
RUN npm build
RUN npm run build
# Стадия запуска (runner)
FROM node:22-alpine AS runner