Skip to content

Instantly share code, notes, and snippets.

@AndyWatt83
Created May 4, 2021 22:07
Show Gist options
  • Save AndyWatt83/64c13ae1e16496e9323bca6c798f0ed7 to your computer and use it in GitHub Desktop.
Save AndyWatt83/64c13ae1e16496e9323bca6c798f0ed7 to your computer and use it in GitHub Desktop.
ganache-cli Dockerfile
FROM trufflesuite/ganache-cli:latest
RUN /bin/sh -c "apk add --no-cache bash"
ENTRYPOINT node /app/ganache-core.docker.cli.js --quiet --networkId 57771 --verbose --host 0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment