Fix: Resolve TypeScript type errors and improve npm installation in Docker build

This commit is contained in:
stabgan
2025-03-26 23:43:23 +05:30
parent f47fa29323
commit b410cad83f
3 changed files with 57 additions and 32 deletions

View File

@@ -17,7 +17,7 @@ COPY package*.json ./
# Install dependencies with development environment for building
ENV NODE_ENV=development
RUN npm install --no-optional
RUN npm install --no-optional --verbose
# Copy source code
COPY . .