Skip to content

Commit

Permalink
Removed COPY from builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht9277 committed Oct 10, 2024
1 parent 92b4c63 commit badcd30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/aggregator.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ WORKDIR /aggregator

COPY --from=builder /aligned_layer/aligned-layer-aggregator /usr/local/bin/aligned-layer-aggregator
COPY config-files/config-aggregator-docker.yaml ./config-files/config-aggregator-docker.yaml
COPY --from=builder /aligned_layer/contracts/script/output/devnet/alignedlayer_deployment_output.json ./contracts/script/output/devnet/alignedlayer_deployment_output.json
COPY --from=builder /aligned_layer/contracts/script/output/devnet/eigenlayer_deployment_output.json ./contracts/script/output/devnet/eigenlayer_deployment_output.json
COPY contracts/script/output/devnet/alignedlayer_deployment_output.json ./contracts/script/output/devnet/alignedlayer_deployment_output.json
COPY contracts/script/output/devnet/eigenlayer_deployment_output.json ./contracts/script/output/devnet/eigenlayer_deployment_output.json
COPY config-files/anvil.aggregator.ecdsa.key.json ./config-files/anvil.aggregator.ecdsa.key.json
COPY config-files/anvil.aggregator.bls.key.json ./config-files/anvil.aggregator.bls.key.json

Expand Down

0 comments on commit badcd30

Please sign in to comment.