Fix build errors

This commit is contained in:
LukeGus
2025-07-27 18:04:49 -05:00
parent 6ed822c8b2
commit ec2a1f4215

View File

@@ -2,6 +2,9 @@
FROM node:18-alpine AS deps
WORKDIR /app
# Install build dependencies for native modules
RUN apk add --no-cache python3 make g++
# Copy dependency files
COPY package*.json ./