Skip to content

Commit

Permalink
chore: attempt fixing ci/cd for lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchaymittal committed Oct 30, 2023
1 parent 1c2cdd4 commit bfc4fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/lighthouse/lambda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ COPY yarn.lock /tmp/build/

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

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

0 comments on commit bfc4fb2

Please sign in to comment.