Skip to content

Commit

Permalink
fix(ampd): copy ITS folder to docker image for ampd build (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Jul 29, 2024
1 parent 8624493 commit 5def6f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ampd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ COPY ./Cargo.lock ./Cargo.lock
COPY ./ampd/Cargo.toml ./ampd/Cargo.toml
COPY ./packages ./packages
COPY ./contracts ./contracts
COPY ./interchain-token-service ./interchain-token-service
COPY ./integration-tests ./integration-tests
COPY ./.cargo ./.cargo

Expand Down

0 comments on commit 5def6f3

Please sign in to comment.