Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Jan 17, 2024
1 parent e97127b commit 0fd9412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/l1-chain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm i -g pnpm
WORKDIR /l1chain

# clone the contracts repo
RUN git clone --depth 1 --branch lf/feat/update-beta-5 https://github.com/FuelLabs/fuel-bridge.git /tmp/fuel-bridge
RUN git clone --depth 1 --branch main https://github.com/FuelLabs/fuel-bridge.git /tmp/fuel-bridge
RUN mv /tmp/fuel-bridge/packages/solidity-contracts /l1chain/portal-contracts

# copy over the fuel chain and replace consts values
Expand Down

0 comments on commit 0fd9412

Please sign in to comment.