Skip to content

Commit

Permalink
Use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Apr 1, 2024
1 parent 11aec31 commit 06cd6e6
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 06cd6e6

Please sign in to comment.