Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/ethereumjs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN apk update && apk add --no-cache bash git jq curl && rm -rf /var/cache/apk/*
RUN git clone --depth 1 https://github.com/ethereumjs/ethereumjs-monorepo.git && \
(cd ethereumjs-monorepo && npm i)

RUN cd ethereumjs-monorepo/packages/client && npx ethereumjs --version > /version.txt
RUN cd ethereumjs-monorepo/packages/client && npm ethereumjs --version > /version.txt

ADD ethereumjs.sh /ethereumjs.sh
ADD mapper.jq /mapper.jq
Expand All @@ -25,4 +25,4 @@ EXPOSE 8545 8546 8551 8547 30303 30303/udp
# since memory may spike during certain network conditions.
ENV NODE_OPTIONS=--max_old_space_size=6144

ENTRYPOINT ["/ethereumjs.sh"]
ENTRYPOINT ["/ethereumjs.sh"]