Skip to content

Commit e7667cf

Browse files
committed
Merge branch 'develop'
2 parents 3a414f1 + de9b150 commit e7667cf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/core-api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY apps/core-api/package*.json ./
1111
COPY apps/core-api/tsconfig*.json ./
1212

1313
# Install all dependencies (including devDeps needed for build)
14-
RUN npm install
14+
RUN npm install --legacy-peer-deps
1515

1616
# Copy source
1717
COPY apps/core-api/src/ ./src/
@@ -37,7 +37,7 @@ COPY --from=builder /app/dist ./dist
3737
COPY --from=builder /app/package.json ./
3838

3939
# Install production dependencies only
40-
RUN npm install --omit=dev && npm cache clean --force
40+
RUN npm install --omit=dev --legacy-peer-deps && npm cache clean --force
4141

4242
# Copy corpus: rulesets + reference (built from monorepo root context)
4343
COPY rulesets/ ./corpus/rulesets/

apps/core-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"class-transformer": "0.5.1",
4040
"class-validator": "0.15.1",
4141
"helmet": "8.2.0",
42-
"keyv": "4.5.4",
42+
"keyv": "5.6.0",
4343
"nestjs-pino": "4.6.1",
4444
"opossum": "9.0.0",
4545
"passport-custom": "1.1.1",

0 commit comments

Comments
 (0)