Commit 439a7d79 authored by Đoàn Quốc Huy's avatar Đoàn Quốc Huy

[tag]staging

parent 39f7ace1
Pipeline #43307 failed with stages
in 48 seconds
FROM node:20-alpine
FROM node:22-alpine
WORKDIR /app
COPY package*.json ./
RUN npm install
......@@ -16,7 +16,7 @@ RUN npm run build
# Stage 2: Production Image (Không đổi)
FROM node:20-alpine AS build
FROM node:22-alpine AS build
WORKDIR /app
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment