new commit 3

This commit is contained in:
2025-06-21 06:19:54 +00:00
parent 01caf8dcac
commit ba9c519d11

View File

@@ -6,7 +6,7 @@ WORKDIR /app
COPY . .
# Install dependencies with legacy peer deps to avoid version conflicts
RUN npm install --legacy-peer-deps && npm run build
RUN npm install --legacy-peer-deps && npm install -g vite && npm run build
# Stage 2: Serve with Nginx
FROM nginx:alpine