Dockercommit

This commit is contained in:
mukesh13
2025-06-23 15:35:46 +05:30
parent 5470989a05
commit b9e0a86037

View File

@ -9,7 +9,7 @@ WORKDIR /app
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
# Install dependencies with legacy peer deps to handle @reach/router conflict # Install dependencies with legacy peer deps to handle @reach/router conflict
RUN npm ci --legacy-peer-deps RUN npm install --legacy-peer-deps
# Copy source code # Copy source code
COPY . . COPY . .