This commit is contained in:
Para Dox
2025-04-11 17:52:13 +07:00
parent edda4f89f4
commit 8c3647c887
2 changed files with 4 additions and 4 deletions

View File

@@ -21,6 +21,6 @@ RUN apt-get update && \
WORKDIR /app WORKDIR /app
COPY --from=geth /app/build/bin/geth ./ COPY --from=geth /app/build/bin/geth /usr/local/bin/geth
ENTRYPOINT ["./geth"] ENTRYPOINT ["geth"]

View File

@@ -34,6 +34,6 @@ RUN apt-get update && \
WORKDIR /app 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"]