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:ensnodeENSIndexer
Section titled “ENSIndexer”# from the monorepo rootpnpm run docker:build:ensindexerENSRainbow
Section titled “ENSRainbow”# from the monorepo rootpnpm run docker:build:ensrainbowFor 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