Skip to content

Commit

Permalink
Added bindings to dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht9277 committed Oct 10, 2024
1 parent f08ee46 commit 92b4c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/aggregator.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ COPY go.sum .
COPY aggregator ./aggregator
COPY core ./core
COPY metrics ./metrics
COPY contracts/bindings/ ./contracts/bindings

RUN go build -o ./aligned-layer-aggregator aggregator/cmd/main.go

Expand Down

0 comments on commit 92b4c63

Please sign in to comment.