Skip to content

Commit

Permalink
fix: docker build fix (#5092)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomazzaferro authored Oct 30, 2023
1 parent 0f20370 commit ecee8c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/lighthouse/lambda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ COPY yarn.lock /tmp/build/

# ----- Install dependencies -----
# Install dependencies exactly as in the yarn.lock file - no updates.
RUN yarn install

RUN YARN_ENABLE_SCRIPTS=0 yarn install

# ----- Copy source and all other files that affect lint, test, build -----
COPY config config/
Expand Down

0 comments on commit ecee8c2

Please sign in to comment.