Skip to content

Commit

Permalink
📝 JanLoebel#14 improvement documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinaldo Araujo Barreto Junior committed Mar 5, 2024
1 parent 00e9ffc commit 82b95fd
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,24 @@ This project provides a docker image which offers a web service to recognize kno

<a href="https://www.buymeacoffee.com/JanLoebel" rel="Buy me a coffee!">![Foo](https://cdn.buymeacoffee.com/buttons/default-orange.png)</a>

## Get started
# Get started

### Build the Docker image
## Build with Docker Compose
* For Build only
```bash
docker-compose build
```
* For starting the server, after build
```bash
docker-compose up
```
* For build and starting the server with background
```bash
docker-compose up --build
```

## Build only Docker
### Build the Docker image
Start by building the docker image with a defined name. This can take a while.

```bash
Expand Down

0 comments on commit 82b95fd

Please sign in to comment.