Skip to content

Commit

Permalink
Merge pull request #157 from helix-bridge/update-ci
Browse files Browse the repository at this point in the history
Use yarn
  • Loading branch information
xiaoch05 authored Apr 1, 2024
2 parents 505b2d8 + 06cd6e6 commit bc8376f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:14-alpine
COPY . /opt/indexer

RUN cd /opt/indexer/apollo && \
npm i && \
yarn install && \
npx prisma generate

WORKDIR /opt/indexer/apollo
Expand Down

0 comments on commit bc8376f

Please sign in to comment.