chore: frontend build
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:22-alpine AS frontend-build
|
||||
FROM node:24.18.1-slim AS frontend-build
|
||||
WORKDIR /app
|
||||
RUN corepack enable && corepack prepare pnpm@10.15.1 --activate
|
||||
COPY frontend/package.json frontend/pnpm-lock.yaml ./
|
||||
|
||||
Reference in New Issue
Block a user