Skip to content

Commit

Permalink
fix: copy examples in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsporn committed Jan 8, 2025
1 parent 4dcf41d commit 9b9b39e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/iota-bridge-indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt install -y libpq5 libpq-dev ca-certificates
COPY consensus consensus
COPY crates crates
COPY docs docs
COPY examples examples
COPY external-crates external-crates
COPY iota-execution iota-execution
COPY Cargo.toml Cargo.lock ./
Expand Down
1 change: 1 addition & 0 deletions docker/iota-graphql-rpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt install -y libpq5 libpq-dev ca-certificates
COPY consensus consensus
COPY crates crates
COPY docs docs
COPY examples examples
COPY external-crates external-crates
COPY iota-execution iota-execution
COPY Cargo.toml Cargo.lock ./
Expand Down
1 change: 1 addition & 0 deletions docker/iota-indexer-tidb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt install -y libpq5 libpq-dev ca-certificates
COPY consensus consensus
COPY crates crates
COPY docs docs
COPY examples examples
COPY external-crates external-crates
COPY iota-execution iota-execution
COPY Cargo.toml Cargo.lock ./
Expand Down
1 change: 1 addition & 0 deletions docker/iota-indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt install -y libpq5 libpq-dev ca-certificates
COPY consensus consensus
COPY crates crates
COPY docs docs
COPY examples examples
COPY external-crates external-crates
COPY iota-execution iota-execution
COPY Cargo.toml Cargo.lock ./
Expand Down
1 change: 1 addition & 0 deletions docker/iota-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt install -y libpq5 libpq-dev ca-certificates
COPY consensus consensus
COPY crates crates
COPY docs docs
COPY examples examples
COPY external-crates external-crates
COPY iota-execution iota-execution
COPY Cargo.toml Cargo.lock ./
Expand Down
1 change: 1 addition & 0 deletions docker/iota-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ COPY .git/ .git/
COPY consensus consensus
COPY crates crates
COPY docs docs
COPY examples examples
COPY external-crates external-crates
COPY iota-execution iota-execution
COPY Cargo.toml Cargo.lock ./
Expand Down
1 change: 1 addition & 0 deletions docker/iota-rosetta-local/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt install -y libpq5 libpq-dev ca-certificates
COPY consensus consensus
COPY crates crates
COPY docs docs
COPY examples examples
COPY external-crates external-crates
COPY iota-execution iota-execution
COPY Cargo.toml Cargo.lock ./
Expand Down
1 change: 1 addition & 0 deletions docker/iota-source-validation-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt install -y libpq5 libpq-dev ca-certificates
COPY consensus consensus
COPY crates crates
COPY docs docs
COPY examples examples
COPY external-crates external-crates
COPY iota-execution iota-execution
COPY Cargo.toml Cargo.lock ./
Expand Down
1 change: 1 addition & 0 deletions docker/iota-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt install -y libpq5 libpq-dev ca-certificates
COPY consensus consensus
COPY crates crates
COPY docs docs
COPY examples examples
COPY external-crates external-crates
COPY iota-execution iota-execution
COPY Cargo.toml Cargo.lock ./
Expand Down
1 change: 1 addition & 0 deletions docker/iota/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt install -y libpq5 libpq-dev ca-certificates
COPY consensus consensus
COPY crates crates
COPY docs docs
COPY examples examples
COPY external-crates external-crates
COPY iota-execution iota-execution
COPY Cargo.toml Cargo.lock ./
Expand Down

0 comments on commit 9b9b39e

Please sign in to comment.