Skip to content

Commit

Permalink
[SQ] SonarQube changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMurg committed Aug 11, 2024
1 parent 613bae2 commit 42bae01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:18.19.0-alpine AS build

RUN apk update && apk add git
RUN apk update && apk --no-cache add git

COPY . /app/
COPY . /app/1

WORKDIR /app

RUN yarn
RUN yarn --ignore-scripts

RUN yarn build

Expand Down

0 comments on commit 42bae01

Please sign in to comment.