.
This commit is contained in:
parent
77ccdf4f13
commit
0efa3e375c
@ -1,4 +1,4 @@
|
||||
FROM node:22.13.1 AS build
|
||||
FROM node:24-alpine AS build
|
||||
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
@ -7,7 +7,7 @@ COPY . .
|
||||
RUN npm run build
|
||||
|
||||
# Servir con Vite (modo dev) o un servidor web
|
||||
FROM node:22.13.1
|
||||
FROM node:24-alpine
|
||||
WORKDIR /app
|
||||
COPY --from=build /app .
|
||||
EXPOSE 5173
|
||||
|
||||
Loading…
Reference in New Issue
Block a user