fix: dockerfile
This commit is contained in:
@@ -14,7 +14,7 @@ RUN npm install --frozen-lockfile
|
||||
COPY . .
|
||||
|
||||
# Собираем приложение
|
||||
RUN npm build
|
||||
RUN npm run build
|
||||
|
||||
# Стадия запуска (runner)
|
||||
FROM node:22-alpine AS runner
|
||||
|
||||
Reference in New Issue
Block a user