Skip to content

Commit

Permalink
Dockerfile: add "--legacy-peer-deps" to "npm ci"
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed May 11, 2022
1 parent 657a94d commit d540d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WORKDIR /usr/src/app/
COPY . ./

# Fetch dependencies from npm
RUN npm ci
RUN npm ci --legacy-peer-deps

# Build assets
RUN npm run build
Expand Down

0 comments on commit d540d36

Please sign in to comment.