We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf58a3 commit 6650bbaCopy full SHA for 6650bba
Dockerfile
@@ -26,7 +26,9 @@ RUN yarn build
26
WORKDIR /across-relayer
27
28
# Clode the relayer code and copy it to the across-relayer directory. Remove the package directory.
29
-RUN git clone https://github.com/across-protocol/relayer-v2.git .
+# RUN git clone https://github.com/across-protocol/relayer-v2.git .
30
+# Temporary test branch
31
+RUN git clone -b fusmanii/yarn-upgrade-second-attempt https://github.com/across-protocol/relayer.git .
32
33
# This command fix a concurrency issue when the package was not found.
34
RUN npx -y only-allow npm
0 commit comments