mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 15:44:21 +00:00
Update frontend builder to use Node.js 24-slim
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Stage 1: Build the frontend
|
# Stage 1: Build the frontend
|
||||||
FROM node:20 AS frontend-builder
|
FROM node:24-slim AS frontend-builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY app/package*.json ./
|
COPY app/package*.json ./
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user