Skip to content

Commit

Permalink
copy solc entrypoint scripts to image
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed May 25, 2024
1 parent 9ea9bcd commit aa8c052
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ ENV PATH="${HOME}/.foundry/bin:${PATH}"
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

COPY solc-eof.sh /usr/local/bin/solc-eof.sh
RUN chmod +x /usr/local/bin/solc-eof.sh

COPY solc-legacy.sh /usr/local/bin/solc-legacy.sh
RUN chmod +x /usr/local/bin/solc-legacy.sh

EXPOSE 8545

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit aa8c052

Please sign in to comment.