Merge pull request #2 from redrockjs/dev

fix: dockerfile
This commit was merged in pull request #2.
This commit is contained in:
Valeriy G.
2025-05-27 16:16:52 +03:00
committed by GitHub

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