new commit 3
This commit is contained in:
@@ -6,7 +6,7 @@ WORKDIR /app
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Install dependencies with legacy peer deps to avoid version conflicts
|
# 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
|
# Stage 2: Serve with Nginx
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user