fix
This commit is contained in:
@@ -21,6 +21,6 @@ RUN apt-get update && \
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=geth /app/build/bin/geth ./
|
||||
COPY --from=geth /app/build/bin/geth /usr/local/bin/geth
|
||||
|
||||
ENTRYPOINT ["./geth"]
|
||||
ENTRYPOINT ["geth"]
|
||||
|
||||
@@ -34,6 +34,6 @@ RUN apt-get update && \
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=op /app/op-node/bin/op-node ./
|
||||
COPY --from=op /app/op-node/bin/op-node /usr/local/bin/op-node
|
||||
|
||||
ENTRYPOINT ["./op-node"]
|
||||
ENTRYPOINT ["op-node"]
|
||||
|
||||
Reference in New Issue
Block a user