# Building the Docker Images

:::note[Building Local 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:

```bash
# from the monorepo root
pnpm run docker:build:ensnode
```

## ENSIndexer

```bash
# from the monorepo root
pnpm run docker:build:ensindexer
```

## ENSApi

```bash
# from the monorepo root
pnpm run docker:build:ensapi
```

## ENSAdmin

```bash
# from the monorepo root
pnpm run docker:build:ensadmin
```

## ENSRainbow

```bash
# from the monorepo root
pnpm run docker:build:ensrainbow
```