vite
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /app/frontend
|
||||
COPY frontend/package*.json ./
|
||||
RUN npm install
|
||||
COPY frontend/ ./
|
||||
RUN npm run build
|
||||
RUN npx vite build
|
||||
|
||||
# Stage 2: Build backend
|
||||
FROM node:22-alpine AS build-backend
|
||||
|
||||
Reference in New Issue
Block a user