Skip to content

Commit

Permalink
Fix Sonar complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
darokel committed Nov 13, 2023
1 parent 8eeef0b commit 323d749
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 @@ -18,7 +18,7 @@ RUN apk add --update --no-cache --virtual build-dependances \
apk del build-dependances

COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile
RUN yarn install --frozen-lockfile --ignore-scripts

COPY . .

Expand Down

0 comments on commit 323d749

Please sign in to comment.