Skip to content

Commit

Permalink
chore: replace docker compose documentation with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dlg1206 committed Jan 9, 2025
1 parent 69512d5 commit 74f762b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ java -jar ./build/libs/rainbow-1.1.0.jar
```

### Docker
Admittedly overkill but could be useful
```bash
docker compose up
docker compose up -d # to run in the background, 'docker compose down' to stop
docker build -t rainbow-api:1.1.0 .
docker run --rm -p 8080:8080 rainbow-api:1.1.0
```

## API Endpoints
Expand Down Expand Up @@ -384,4 +383,4 @@ JSON response of identifiers
"error_message": "Something failed when processing request",
"error": "Server Error message"
}
```
```

0 comments on commit 74f762b

Please sign in to comment.