chore: dockerfile update

This commit is contained in:
2025-10-07 08:12:00 +05:45
parent 4b1ada1fa8
commit cf95f2e568

View File

@@ -6,7 +6,7 @@ WORKDIR /app
# Copy package files and install dependencies
COPY package*.json ./
RUN npm ci
RUN npm ci --force
# Copy the rest of the project files
COPY . .