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:ensindexerENSApi
Section titled “ENSApi”# from the monorepo rootpnpm run docker:build:ensapiENSAdmin
Section titled “ENSAdmin”# from the monorepo rootpnpm run docker:build:ensadminENSRainbow
Section titled “ENSRainbow”# from the monorepo rootpnpm run docker:build:ensrainbow