Update Dockerfiles for op-stack components
This commit is contained in:
parent
d0d59a7125
commit
558eb81a7e
@ -9,7 +9,7 @@ COPY ./op-batcher /app/op-batcher
|
|||||||
COPY ./op-bindings /app/op-bindings
|
COPY ./op-bindings /app/op-bindings
|
||||||
COPY ./op-node /app/op-node
|
COPY ./op-node /app/op-node
|
||||||
COPY ./op-service /app/op-service
|
COPY ./op-service /app/op-service
|
||||||
#COPY ./op-signer /app/op-signer
|
COPY ./op-plasma /app/op-plasma
|
||||||
COPY ./go.mod /app/go.mod
|
COPY ./go.mod /app/go.mod
|
||||||
COPY ./go.sum /app/go.sum
|
COPY ./go.sum /app/go.sum
|
||||||
|
|
||||||
|
@ -9,6 +9,8 @@ COPY ./op-node /app/op-node
|
|||||||
COPY ./op-chain-ops /app/op-chain-ops
|
COPY ./op-chain-ops /app/op-chain-ops
|
||||||
COPY ./op-service /app/op-service
|
COPY ./op-service /app/op-service
|
||||||
COPY ./op-bindings /app/op-bindings
|
COPY ./op-bindings /app/op-bindings
|
||||||
|
COPY ./op-plasma /app/op-plasma
|
||||||
|
COPY ./op-conductor /app/op-conductor
|
||||||
COPY ./go.mod /app/go.mod
|
COPY ./go.mod /app/go.mod
|
||||||
COPY ./go.sum /app/go.sum
|
COPY ./go.sum /app/go.sum
|
||||||
COPY ./.git /app/.git
|
COPY ./.git /app/.git
|
||||||
|
@ -9,7 +9,7 @@ COPY ./op-proposer /app/op-proposer
|
|||||||
COPY ./op-bindings /app/op-bindings
|
COPY ./op-bindings /app/op-bindings
|
||||||
COPY ./op-node /app/op-node
|
COPY ./op-node /app/op-node
|
||||||
COPY ./op-service /app/op-service
|
COPY ./op-service /app/op-service
|
||||||
#COPY ./op-signer /app/op-signer
|
COPY ./op-plasma /app/op-plasma
|
||||||
COPY ./go.mod /app/go.mod
|
COPY ./go.mod /app/go.mod
|
||||||
COPY ./go.sum /app/go.sum
|
COPY ./go.sum /app/go.sum
|
||||||
COPY ./.git /app/.git
|
COPY ./.git /app/.git
|
||||||
|
Loading…
Reference in New Issue
Block a user