This commit is contained in:
HPL-JesusCastro
2026-05-23 02:21:09 +08:00
parent 3684460694
commit e9e845e44a

View File

@@ -4,7 +4,7 @@ WORKDIR /app/frontend
COPY frontend/package*.json ./ COPY frontend/package*.json ./
RUN npm install RUN npm install
COPY frontend/ ./ COPY frontend/ ./
RUN npm run build RUN npx vite build
# Stage 2: Build backend # Stage 2: Build backend
FROM node:22-alpine AS build-backend FROM node:22-alpine AS build-backend