Skip to content

Commit

Permalink
[web] Fix npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjooiopa committed Apr 27, 2024
1 parent 7968039 commit 28f5ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM base AS deps
RUN apk add --no-cache libc6-compat
WORKDIR /app
COPY package.json package-lock.json* ./
RUN npm ci
RUN npm ci --legacy-peer-deps

# 2. Rebuild the source code only when needed
FROM base AS builder
Expand Down

0 comments on commit 28f5ad9

Please sign in to comment.