This commit is contained in:
2026-01-12 21:25:21 -05:00
parent ee47c89a84
commit 4573a38a75

View File

@@ -7,8 +7,8 @@ WORKDIR /app/frontend
# Copy package files from nested directory
COPY frontend/frontend/package*.json ./
# Install dependencies
RUN npm ci --only=production
# Install ALL dependencies (including devDependencies needed for build)
RUN npm ci
# Copy frontend source
COPY frontend/frontend ./