From 747480c446e849493d39d55dd53ef6423a0daa1c Mon Sep 17 00:00:00 2001 From: Alcibiades Athens Date: Mon, 13 Nov 2023 18:59:12 -0500 Subject: [PATCH] local testing helps --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e6c439c..11aac0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] @@ -20,5 +20,4 @@ FROM foundry as anvil # Start a clean anvil chain EXPOSE 8545 -ENTRYPOINT ["anvil"] -f \ No newline at end of file +ENTRYPOINT ["/home/foundry/.foundry/bin/anvil"] \ No newline at end of file