Commit cf040a8c authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #7087 from ethereum-optimism/willc/remove-git-dep

🐛 fix: remove git dep from docker build
parents 0d4936e7 ce0f1111
......@@ -10,8 +10,6 @@ COPY ./op-node /app/op-node
COPY ./go.mod /app/go.mod
COPY ./go.sum /app/go.sum
COPY ./.git /app/.git
WORKDIR /app/indexer
RUN go mod download
......
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