Skip to content

Commit

Permalink
ci: ignore scripts for docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Apr 26, 2023
1 parent 48eb8de commit 67b25fe
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 @@ -6,7 +6,7 @@ WORKDIR /usr/src/app

COPY package*.json .
COPY yarn.lock .
RUN yarn cache clean && yarn install --production=true
RUN yarn cache clean && yarn install --production=true --ignore-scripts

COPY . .

Expand Down

0 comments on commit 67b25fe

Please sign in to comment.