Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix: sonarqube errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cleong14 committed Jul 4, 2024
1 parent caf2f06 commit 92a93c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion angular-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ WORKDIR /app
COPY package.json .
RUN npm install

COPY . .
COPY angular.json \
eslint.config.js \
tsconfig.*.json \
lib \
spec \
src /app/
RUN npm run build


Expand Down

0 comments on commit 92a93c7

Please sign in to comment.