Commit 587f309b authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

indexer: fix docker build (#3964)

parent fc59a8e8
---
'@eth-optimism/indexer': patch
---
Fix the docker build
......@@ -4,6 +4,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git jq bash
COPY ./indexer /go/indexer
COPY ./op-bindings /go/op-bindings
COPY ./op-node /go/op-node
COPY ./indexer/docker.go.work /go/go.work
......
go 1.18
use (
./indexer
./indexer
./op-bindings
./op-node
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment