Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmargutt committed Aug 17, 2024
1 parent 3875a83 commit 5a83647
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
@@ -1,7 +1,7 @@
# 121 Manual
# Data Service Catalogue

> [!TIP]
> Read the manual: <https://manual.121.global>
> Read the manual: <https://rodekruis.github.io/data-service-catalogue/>
## Development

Expand Down Expand Up @@ -37,13 +37,13 @@
- Open a terminal at this folder to build a Docker-container:

```sh
docker build --tag manual-121 .
docker build --tag data-service-catalogue .
```

- Run the Docker-container:

```sh
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs manual-121
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs data-service-catalogue
```

### Tools in use
Expand Down

0 comments on commit 5a83647

Please sign in to comment.