Skip to content
Open
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
13 changes: 0 additions & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@ RUN yarn
RUN yarn clean
RUN yarn build

# Set up additional UMA packages installed in this docker container.
# Configuer the across v2 relayer as a "across-relayer" base package.
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 .

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

# Install depdencies.
RUN yarn install --frozen-lockfile && yarn build

# Set back the working directory to the protocol directory to default to that package.
WORKDIR /protocol
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: we could also drop this second WORKDIR as we never changed away from /protocol


Expand Down