Skip to content

Commit

Permalink
move building of the sda-admin CLI to a separate section
Browse files Browse the repository at this point in the history
  • Loading branch information
nanjiangshu committed Dec 5, 2024
1 parent 473be23 commit 9e7329a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,18 @@ Build the required Docker images for all SDA services:
$ make build-all
```

You can also build images for individual services by replacing `all` with the folder name (`postgresql`, `rabbitmq`, `sda`, `sda-download`, `sda-sftp-inbox`, `sda-admin`), for example
You can also build images for individual services by replacing `all` with the folder name (`postgresql`, `rabbitmq`, `sda`, `sda-download`, `sda-sftp-inbox`), for example

```sh
$ make build-sda
```

To build the CLI for `sda-admin`:

```sh
$ make build-sda-admin
```

### Running the services

#### Start services with Docker Compose
Expand Down

0 comments on commit 9e7329a

Please sign in to comment.