Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SkBlaz committed Dec 17, 2023
1 parent 3335aa2 commit b95bf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Our project includes an API accessible through a Docker container. To set up and

```bash
docker build -t rakun_test .
docker run -d -p 8000:8000 rakun_test
docker run -d -p 8000:8000 --rm -it rakun_test
```

#### Documentation and Endpoints
Expand Down

0 comments on commit b95bf14

Please sign in to comment.