Skip to content

Commit

Permalink
correct repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vladupshot committed Feb 13, 2024
1 parent ad99d4f commit fa84b99
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 @@ -17,7 +17,7 @@ RUN apt update && \
perl-base && \
rm -rf /var/cache/apt/*

RUN git clone https://github.com/ping-pub/faucet.git $APP_PATH && \
RUN git clone https://github.com/allora-network/allora-faucet.git $APP_PATH && \
cd $APP_PATH && \
npm install dependencies

Expand Down

0 comments on commit fa84b99

Please sign in to comment.