Skip to content

Commit

Permalink
adjust dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeWalker committed Dec 24, 2024
1 parent 1ddf776 commit 5ec9ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfa-public/src/UI/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM trion/ng-cli-karma:18.2.11 AS node-builder
WORKDIR /src
COPY ./embc-dfa/package*.json ./
RUN npm install --ignore-scripts
RUN npm install --ignore-scripts --legacy-peer-deps
COPY ./embc-dfa/ .

FROM node-builder as ng-builder
Expand Down

0 comments on commit 5ec9ace

Please sign in to comment.