Skip to content

Commit

Permalink
chore(release): v4.0.2
Browse files Browse the repository at this point in the history
### 🧯 Bugs

* wrong service name in readme ([7777559](7777559))
  • Loading branch information
dotbase-bot authored Sep 28, 2023
2 parents 5a86f87 + 7777559 commit 57d8752
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ You will need `bash`, `coreutils`, `docker`, `git`, `mkcert`, `openssl`, `sudo`
Checkout the dot.base repository and move into it.
```bash
git clone [email protected]:dot-base/authentication-gateway.git
cd authentication-gateway
git clone [email protected]:dot-base/icd-10-api.git
cd icd-10-api
```

### Generate a Github personal access token
Expand Down Expand Up @@ -112,13 +112,13 @@ In order to develop a service in its complete dot.base environment, you need to
### Install service dependencies

```bash
docker exec -it $(docker ps -q -f name=dotbase_authentication-gateway) npm install
docker exec -it $(docker ps -q -f name=dotbase_icd-10-api) npm install
```

### Start this service in development mode

```bash
docker exec -it $(docker ps -q -f name=dotbase_authentication-gateway) npm start
docker exec -it $(docker ps -q -f name=dotbase_icd-10-api) npm start
```

### Watch your dot.base stack
Expand Down

0 comments on commit 57d8752

Please sign in to comment.