Skip to content

Commit

Permalink
local testing helps
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlcibiades committed Nov 13, 2023
1 parent cb2044b commit 747480c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN usermod --shell /bin/bash foundry
USER foundry

RUN curl -L https://foundry.paradigm.xyz | bash
RUN foundryup
RUN /home/foundry/.foundry/bin/foundryup

ENTRYPOINT ["/bin/bash", "-c"]

Expand All @@ -20,5 +20,4 @@ FROM foundry as anvil
# Start a clean anvil chain
EXPOSE 8545

ENTRYPOINT ["anvil"]
f
ENTRYPOINT ["/home/foundry/.foundry/bin/anvil"]

0 comments on commit 747480c

Please sign in to comment.