Skip to content

Instantly share code, notes, and snippets.

@hernan-erasmo
Created March 11, 2024 00:46
Show Gist options
  • Save hernan-erasmo/2938b4ba8e87890a6f125ca0b7ed4138 to your computer and use it in GitHub Desktop.
Save hernan-erasmo/2938b4ba8e87890a6f125ca0b7ed4138 to your computer and use it in GitHub Desktop.
Foundry on Docker
FROM ghcr.io/foundry-rs/foundry
WORKDIR /app
ENV INFURA_URL=""
ENV ALCHEMY_URL=""
CMD ["sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment