Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ RUN yarn build
WORKDIR /across-relayer

# Clode the relayer code and copy it to the across-relayer directory. Remove the package directory.
RUN git clone https://github.com/across-protocol/relayer-v2.git .
#RUN git clone https://github.com/across-protocol/relayer-v2.git .
# Temporary test branch
RUN git clone -b bz/optimisticProposer https://github.com/across-protocol/relayer.git .

# This command fix a concurrency issue when the package was not found.
RUN npx -y only-allow npm
Expand Down