docker dependecies fixed

This commit is contained in:
echo 2026-02-04 20:03:17 +01:00
parent 42002f8e6f
commit c6e602d354
2 changed files with 641 additions and 342 deletions

View File

@ -4,6 +4,9 @@ FROM node:20-alpine
WORKDIR /app
# Install build dependencies for native modules
RUN apk add --no-cache python3 make g++
# Install dependencies with better error handling
COPY package*.json ./
COPY package-lock.json* ./

File diff suppressed because it is too large Load Diff