Building the Docker Images
This guide covers building the Docker images for local development/testing.
To build all of the images in serial, use the following script:
# from the monorepo rootpnpm run docker:build:ensnode
ENSIndexer
Section titled “ENSIndexer”# from the monorepo rootpnpm run docker:build:ensindexer
ENSRainbow
Section titled “ENSRainbow”# from the monorepo rootpnpm run docker:build:ensrainbow
For full instructions on building the ENSRainbow Docker image, see the ENSRainbow Building Guide.
View ENSRainbow Building Guide Learn how to build the ENSRainbow Docker image
ENSAdmin
Section titled “ENSAdmin”# from the monorepo rootpnpm run docker:build:ensadmin