new commit 3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user