Update frontend Dockerfile
This commit is contained in:
parent
99538b4b40
commit
7eeaf2fad9
@ -1,5 +1,5 @@
|
||||
# Build stage
|
||||
FROM node:22-alpine AS builder # ⬅⬅ changed from 18 to 22
|
||||
FROM node:22-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@ -16,7 +16,7 @@ COPY . .
|
||||
RUN npm run build
|
||||
|
||||
# Production stage
|
||||
FROM node:22-alpine # ⬅⬅ also here
|
||||
FROM node:22-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user